/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractTester.java | 40 private Runnable tearDown; field in AbstractTester 50 @Override public void tearDown() throws Exception { in tearDown() method in AbstractTester 51 if (tearDown != null) { in tearDown() 52 tearDown.run(); in tearDown() 58 G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) { in init() argument 62 this.tearDown = tearDown; in init()
|
D | FeatureSpecificTestSuiteBuilder.java | 72 private Runnable tearDown; field in FeatureSpecificTestSuiteBuilder 92 public B withTearDown(Runnable tearDown) { in withTearDown() argument 93 this.tearDown = tearDown; in withTearDown() 98 return tearDown; in getTearDown() 298 tester.init(subjectGenerator, name, setUp, tearDown); in makeSuiteForTesterClass()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | TearDownStackTest.java | 34 final SimpleTearDown tearDown = new SimpleTearDown(); in testSingleTearDown() local 35 stack.addTearDown(tearDown); in testSingleTearDown() 37 assertEquals(false, tearDown.ran); in testSingleTearDown() 41 assertEquals("tearDown should have run", true, tearDown.ran); in testSingleTearDown() 101 tearDown(); in runBare() 105 @Override protected void tearDown() { in tearDown() method in TearDownStackTest 118 public void tearDown() throws Exception { in buildTearDownStack() 137 public void tearDown() throws Exception { in tearDown() method in TearDownStackTest.ThrowingTearDown 155 public void tearDown() throws Exception { in tearDown() method in TearDownStackTest.SimpleTearDown
|
D | TestLogHandlerTest.java | 47 public void tearDown() throws Exception { in setUp() 79 tearDown(); in runBare() 83 @Override protected void tearDown() { in tearDown() method in TestLogHandlerTest
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_functiontestcase.py | 33 def tearDown(): function 37 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 58 def tearDown(): function 63 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 84 def tearDown(): function 89 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 109 def tearDown(): function 115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | TearDownStack.java | 54 public final void addTearDown(TearDown tearDown) { in addTearDown() argument 55 stack.addFirst(checkNotNull(tearDown)); in addTearDown() 63 for (TearDown tearDown : stack) { in runTearDown() 65 tearDown.tearDown(); in runTearDown()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | SourceSinkFactories.java | 118 public void tearDown() throws IOException { in asCharSourceFactory() method in SourceSinkFactories 119 factory.tearDown(); in asCharSourceFactory() 148 public void tearDown() throws IOException { 149 factory.tearDown(); 170 public void tearDown() throws IOException { 171 factory.tearDown(); 189 public void tearDown() throws IOException { 206 public void tearDown() throws IOException { 223 public void tearDown() throws IOException { 240 public void tearDown() throws IOException { [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | support.py | 36 def tearDown(self): member in LoggingSilencer 39 super(LoggingSilencer, self).tearDown() 69 def tearDown(self): member in TempdirManager 73 super(TempdirManager, self).tearDown() 136 def tearDown(self): member in EnvironGuard 145 super(EnvironGuard, self).tearDown()
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | FeatureSpecificTestSuiteBuilderTest.java | 65 final boolean tearDown[] = {false}; in testLifecycle() 69 tearDown[0] = true; in testLifecycle() 81 assertTrue(tearDown[0]); in testLifecycle()
|
/external/valgrind/drd/tests/ |
D | std_list.cpp | 46 void tearDown() { in tearDown() function in Test 64 casted->tearDown(); in func1() 73 casted->tearDown(); in func2()
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
D | TearDownStackTest_gwt.java | 30 testCase.tearDown(); in testMultipleTearDownsHappenInOrder() 56 testCase.tearDown(); in testSingleTearDown() 82 testCase.tearDown(); in testThrowingTearDown()
|
/external/testng/src/test/java/ |
D | ConverterSample2.java | 14 protected void tearDown() throws Exception { in tearDown() method in ConverterSample2 15 super.tearDown(); in tearDown()
|
/external/testng/src/test/java/test/converter/ |
D | ConverterSample1.java | 14 protected void tearDown() throws Exception { in tearDown() method in ConverterSample1 15 super.tearDown(); in tearDown()
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | BaseDroidDriverTest.java | 80 protected void tearDown() throws Exception { in tearDown() method in BaseDroidDriverTest 81 super.tearDown(); in tearDown() 195 tearDown(); in runBare() 241 tearDown(); in runTest()
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | TestMetadataTestCase.java | 55 protected void tearDown() throws Exception { in tearDown() method in TestMetadataTestCase 57 super.tearDown(); in tearDown()
|
/external/junit/src/main/java/junit/extensions/ |
D | TestSetup.java | 24 tearDown(); in run() 40 protected void tearDown() throws Exception { in tearDown() method in TestSetup
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/ |
D | ANTLRTests.m | 21 - (void)tearDown 25 [super tearDown];
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | FuzzyTestCase.java | 59 @Override protected void tearDown() throws Exception { in tearDown() method in FuzzyTestCase 60 super.tearDown(); in tearDown()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/ |
D | NDCTest.java | 36 protected void tearDown() throws Exception { in tearDown() method in NDCTest 37 super.tearDown(); in tearDown()
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/ |
D | FileConverterTest.java | 46 protected void tearDown() throws Exception { in tearDown() method in FileConverterTest 47 super.tearDown(); in tearDown()
|
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/impl/ |
D | RecursiveInitializationTest.java | 46 protected void tearDown() throws Exception { in tearDown() method in RecursiveInitializationTest 48 super.tearDown(); in tearDown()
|
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
D | BundleTest.java | 43 protected void tearDown() throws Exception { in tearDown() method in BundleTest 44 super.tearDown(); in tearDown()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/ |
D | MDCStrLookupTest.java | 42 public void tearDown() throws Exception { in tearDown() method in MDCStrLookupTest 43 super.tearDown(); in tearDown()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | UtilTest.java | 39 protected void tearDown() throws Exception { in tearDown() method in UtilTest 40 super.tearDown(); in tearDown()
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | factory.py | 47 def tearDown(self): member in ConnectionFactoryTests 57 def tearDown(self): member in CursorFactoryTests 87 def tearDown(self): member in RowFactoryTestsBackwardsCompat 195 def tearDown(self): member in RowFactoryTests 230 def tearDown(self): member in TextFactoryTests 268 def tearDown(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|