HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 1 - 25 of 1467) 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 {
  /external/libyuv/files/unit_test/
unit_test.cc 19 virtual void TearDown() {
31 void libyuvTest::TearDown() {
unit_test.h 20 virtual void TearDown();
  /libcore/junit/src/main/java/junit/extensions/
TestSetup.java 20 tearDown();
35 protected void tearDown() throws Exception {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngineTest.java 29 protected void tearDown() throws Exception {
30 super.tearDown();
  /sdk/sdklauncher/app/tests/com/android/sdklauncher/
MainTest.java 29 protected void tearDown() throws Exception {
30 super.tearDown();
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
ISOCharsetDecoderTest.java 34 * @see CharsetDecoderTest#tearDown()
36 protected void tearDown() throws Exception {
37 super.tearDown();
ASCCharsetDecoderTest.java 31 * @see CharsetDecoderTest#tearDown()
33 protected void tearDown() throws Exception {
34 super.tearDown();
CodingErrorActionTest.java 36 * @see TestCase#tearDown()
38 protected void tearDown() throws Exception {
39 super.tearDown();
GBCharsetDecoderTest.java 34 * @see CharsetDecoderTest#tearDown()
36 protected void tearDown() throws Exception {
37 super.tearDown();
UTF16BECharsetDecoderTest.java 34 * @see CharsetDecoderTest#tearDown()
36 protected void tearDown() throws Exception {
37 super.tearDown();
UTF16LECharsetDecoderTest.java 34 * @see CharsetDecoderTest#tearDown()
36 protected void tearDown() throws Exception {
37 super.tearDown();
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
NodeChangeListenerTest.java 42 * @see TestCase#tearDown()
45 protected void tearDown() throws Exception {
46 super.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/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
129 virtual void TearDown() {
130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() "
188 virtual void TearDown() {
190 "CxxExceptionInSetUpTestCaseTest::TearDown() "
227 virtual void TearDown() {
229 "CxxExceptionInSetUpTest::TearDown() "
254 virtual void TearDown() {
276 virtual void TearDown() {
278 "CxxExceptionInTestBodyTest::TearDown() "
    [all...]
  /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/apache-harmony/security/src/test/impl/java.injected/java/security/
URIParameterTest.java 65 * @see TestCase#tearDown()
67 protected void tearDown() throws Exception {
68 super.tearDown();
  /external/embunit/inc/
TestCase.h 45 void(*tearDown)(void);
51 #define new_TestCase(name,setUp,tearDown,runTest)\
56 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();
  /external/chromium/chrome/browser/policy/
asynchronous_policy_test_base.cc 27 void AsynchronousPolicyTestBase::TearDown() {
  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.h 27 virtual void TearDown() OVERRIDE;
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterContext.java 97 public synchronized void tearDown() {
106 graph.tearDown(this);
112 mFrameManager.tearDown();
118 mGLEnvironment.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 { ... }

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011>>