Home
last modified time | relevance | path

Searched refs:setUp (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_functiontestcase.py26 def setUp(): function
37 unittest2.FunctionTestCase(test, setUp, tearDown).run(result)
51 def setUp(): function
63 unittest2.FunctionTestCase(test, setUp, tearDown).run(result)
77 def setUp(): function
89 unittest2.FunctionTestCase(test, setUp, tearDown).run(result)
103 def setUp(): function
115 unittest2.FunctionTestCase(test, setUp, tearDown).run(result)
H A Dtest_case.py38 def setUp(self): member in Test.LoggingTestCase
124 def setUp(self): member in TestCleanUp.testCleanupInRun.TestableTest
168 def setUp(self): member in TestCleanUp.testTestCaseDebugExecutesCleanups.TestableTest
293 def setUp(self): member in Test_TestCase.test_run_call_order__error_in_setUp.Foo
294 super(Foo, self).setUp()
310 def setUp(self): member in Test_TestCase.test_run_call_order__error_in_setUp_default_result.Foo
311 super(Foo, self).setUp()
521 Foo().setUp()
H A Dtest_skipping.py23 def setUp(self): member in Test_TestSkipping.test_skipping.Foo
115 def setUp(self): member in Test_TestSkipping.test_skip_doesnt_run_setup.Foo
H A Dtest_unittest2_with.py119 def setUp(self): member in TestWith.test_old_testresult_setup.Test
H A Dtest_assertions.py77 def setUp(self): member in TestLongMessage
H A Dtest_program.py119 def setUp(self): member in TestCommandLineArgs
H A Dtest_break.py17 def setUp(self): member in TestBreak
H A Dtest_result.py305 def setUp(self): member in TestOutputBuffering
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py20 def setUp(self): member in GDBRemoteTestBase
21 TestBase.setUp(self)
94 def setUp(self): member in GDBPlatformClientTestBase
95 super().setUp()
H A Dlldbbench.py108 def setUp(self): member in BenchBase
110 super(BenchBase, self).setUp()
H A DREADME-TestSuite28 unittest.TestCase.setUp/tearDown implemented in this file.
77 def setUp(self):
78 # Call super's setUp().
79 TestBase.setUp(self)
H A Dconcurrent_base.py27 def setUp(self): member in ConcurrentEventsBase
29 super(ConcurrentEventsBase, self).setUp()
H A Dlldbtest.py767 def setUp(self): member in Base
1815 def setUp(self): member in TestBase
1818 Base.setUp(self)
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py19 def setUp(self): member in TestMPXTable
20 TestBase.setUp(self)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py31 def setUp(self): member in TraceIntelPTTestCaseBase
32 TestBase.setUp(self)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py277 def setUp(self): member in TestCase
372 self.setUp()
457 self.setUp()
1120 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument
1122 self._setUpFunc = setUp
1127 def setUp(self): member in FunctionTestCase
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h312 void setUp();
332 void setUp();
676 void setUp();
H A DWriter.cpp1279 in.objcStubs->setUp(); in run()
1282 in.initOffsets->setUp(); in run()
1291 in.stubHelper->setUp(); in run()
H A DSyntheticSections.cpp787 void StubHelperSection::setUp() { in setUp() function in StubHelperSection
837 void ObjCStubsSection::setUp() { in setUp() function in ObjCStubsSection
1938 void InitOffsetsSection::setUp() { in setUp() function in InitOffsetsSection
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py119 def setUp(self): member in GdbRemoteTestCaseBase
120 super(GdbRemoteTestCaseBase, self).setUp()
/openbsd-src/gnu/llvm/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt205 The TestBase class uses such fixture with setUp(self), tearDown(self),
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst365 …ointConditions.py uses the comment strings to find the line numbers during setUp(self) and use them