Searched refs:setUp (Results 1 - 25 of 980) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractTester.java36 private Runnable setUp; field in class:AbstractTester
40 @Override public void setUp() throws Exception { method in class:AbstractTester
41 if (setUp != null) {
42 setUp.run();
55 G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) {
58 this.setUp = setUp;
54 init( G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListMultimapTest.java26 @Override public void setUp() throws Exception { method in class:ForwardingListMultimapTest
27 super.setUp();
H A DForwardingSetMultimapTest.java26 @Override public void setUp() throws Exception { method in class:ForwardingSetMultimapTest
27 super.setUp();
H A DForwardingSortedSetMultimapTest.java26 @Override public void setUp() throws Exception { method in class:ForwardingSortedSetMultimapTest
27 super.setUp();
H A DForwardingListIteratorTest.java30 @Override public void setUp() throws Exception { method in class:ForwardingListIteratorTest
31 super.setUp();
/external/objenesis/main/test/org/objenesis/
H A DSerializingInstantiatorTest.java28 protected void setUp() throws Exception { method in class:SerializingInstantiatorTest
29 super.setUp();
/external/junit/src/junit/extensions/
H A DTestSetup.java22 setUp();
33 protected void setUp() throws Exception { method in class:TestSetup
/external/lldb/test/unittest2/test/
H A Dtest_functiontestcase.py15 # "When a setUp() method is defined, the test runner will run that method
18 # setUp() was used to create a fresh sequence for each test."
20 # Make sure the proper call order is maintained, even if setUp() raises
26 def setUp(): function in function:Test_FunctionTestCase.test_run_call_order__error_in_setUp
27 events.append('setUp')
28 raise RuntimeError('raised by setUp')
36 expected = ['startTest', 'setUp', 'addError', 'stopTest']
37 unittest2.FunctionTestCase(test, setUp, tearDown).run(result)
40 # "When a setUp() method is defined, the test runner will run that method
43 # setUp() wa
51 def setUp(): function in function:Test_FunctionTestCase.test_run_call_order__error_in_test
77 def setUp(): function in function:Test_FunctionTestCase.test_run_call_order__failure_in_test
103 def setUp(): function in function:Test_FunctionTestCase.test_run_call_order__error_in_tearDown
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingListenableFutureTest.java34 protected void setUp() throws Exception { method in class:ForwardingListenableFutureTest
35 super.setUp();
45 tester.setUp();
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/
H A DMojoTestCase.java22 * @see junit.framework.TestCase#setUp()
25 protected void setUp() throws Exception { method in class:MojoTestCase
26 super.setUp();
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
H A DTestRdar12586188.py17 def setUp(self): member in class:Rdar12586188TestCase
18 # Call super's setUp().
19 TestBase.setUp(self)
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DFuzzyTestCase.java64 @Override protected void setUp() throws Exception { method in class:FuzzyTestCase
65 super.setUp();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
H A DTestRewriteRuleTokenStream.h42 - (void) setUp;
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt023scopes.py7 def setUp(self): member in class:t023scopes
H A Dt029synpredgate.py7 def setUp(self): member in class:t029synpredgate
/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py22 pyuitest.setUp()
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dfacebook_credentials_backend_unittest.py10 def setUp(self): member in class:TestFacebookCredentialsBackend
H A Dgoogle_credentials_backend_unittest.py10 def setUp(self): member in class:TestGoogleCredentialsBackend
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DURIParameterTest.java56 * @see TestCase#setUp()
58 protected void setUp() throws Exception { method in class:URIParameterTest
59 super.setUp();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DUserAgentTest.java21 public void setUp() throws Exception { method in class:UserAgentTest
22 super.setUp();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
H A DProviderTestBase.java25 protected void setUp() throws Exception { method in class:ProviderTestBase
26 super.setUp();
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_page_unittest.py12 def setUp(self): member in class:InspectorPageTest
13 super(InspectorPageTest, self).setUp()
/external/lldb/test/expression_command/call-function/
H A DTestCallStdStringFunction.py14 def setUp(self): member in class:ExprCommandCallFunctionTestCase
15 # Call super's setUp().
16 TestBase.setUp(self)
/external/lldb/test/expression_command/radar_9673664/
H A DTestExprHelpExamples.py15 def setUp(self): member in class:Radar9673644TestCase
16 # Call super's setUp().
17 TestBase.setUp(self)
/external/lldb/test/expression_command/test/
H A DTestExprs2.py15 def setUp(self): member in class:ExprCommands2TestCase
16 # Call super's setUp().
17 TestBase.setUp(self)

Completed in 789 milliseconds

1234567891011>>