HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 1 - 25 of 865) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/junit/extensions/
TestSetup.java 20 tearDown();
35 protected void tearDown() throws Exception {
  /external/junit/src/junit/extensions/
TestSetup.java 22 tearDown();
37 protected void tearDown() throws Exception {
  /libcore/junit/src/main/java/junit/extensions/
TestSetup.java 20 tearDown();
35 protected void tearDown() throws Exception {
  /external/chromium/net/base/
telnet_server_unittest.cc 53 virtual void TearDown() {
54 PlatformTest::TearDown();
55 tester_->TearDown();
  /frameworks/base/test-runner/src/android/test/
TestCase.java 26 * have additional setup or teardown, this interface might be for you,
28 * teardown code must execute regardless of whether your test passed.
46 public void tearDown();
SingleLaunchActivityTestCase.java 26 * launch and finish the activity in {@link #setUp} and {@link #tearDown}.
29 * in every setup / teardown call.
75 protected void tearDown() throws Exception {
81 super.tearDown();
  /external/expat/tests/
minicheck.c 49 tcase_teardown_function teardown)
53 tc->teardown = teardown;
138 /* teardown */
139 if (tc->teardown != NULL) {
144 tc->teardown();
  /external/embunit/inc/
TestCase.h 45 void(*tearDown)(void);
51 #define new_TestCase(name,setUp,tearDown,runTest)\
56 tearDown,\
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
NodeChangeListenerTest.java 46 * @see TestCase#tearDown()
49 protected void tearDown() throws Exception {
50 super.tearDown();
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 57 * Called after each test method. If you override the method, call super.tearDown() as the
61 protected void tearDown() throws Exception {
62 // Always call the super constructor when overriding tearDown()
63 super.tearDown();
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 32 * You can define standard JUnit setUp() and tearDown() methods here,
36 * @Override protected void tearDown() throws Exception { ... }
ExampleTest.java 31 * You can define standard JUnit setUp() and tearDown() methods here,
35 * @Override protected void tearDown() throws Exception { ... }
  /cts/tests/tests/media/src/android/media/cts/
VideoEditorTest.java 36 protected void tearDown() throws Exception {
38 super.tearDown();
  /frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
Matrix_DelegateTest.java 32 protected void tearDown() throws Exception {
33 super.tearDown();
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
DuplicateDirectByteBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
DuplicateHeapByteBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
DuplicateWrappedByteBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapByteBufferTest.java 31 protected void tearDown() throws Exception {
32 super.tearDown();
HeapCharBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapDoubleBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapFloatBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapIntBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapLongBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
HeapShortBufferTest.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
ReadOnlyDirectByteBufferTest.java 32 protected void tearDown() throws Exception {
33 super.tearDown();

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>