HomeSort by relevance Sort by last modified time
    Searched refs:tearDown (Results 51 - 75 of 977) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
VariableSpeedTest.java 32 protected void tearDown() throws Exception {
35 super.tearDown();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNS.java 59 protected void tearDown() throws Exception {
62 super.tearDown();
HCEntitiesRemoveNamedItemNS.java 55 protected void tearDown() throws Exception {
58 super.tearDown();
HCEntitiesSetNamedItemNS.java 38 protected void tearDown() throws Exception {
41 super.tearDown();
DocumentGeteEementById.java 39 protected void tearDown() throws Exception {
42 super.tearDown();
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactDetailTest.java 42 protected void tearDown() throws Exception {
43 super.tearDown();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java 39 protected void tearDown() throws Exception {
41 super.tearDown();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
UnknownHostExceptionTest.java 66 protected void tearDown() {
UnknownServiceExceptionTest.java 65 protected void tearDown() {
SocketTimeoutExceptionTest.java 63 protected void tearDown() throws Exception {
64 super.tearDown();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TooManyListenersExceptionTest.java 62 protected void tearDown() {
  /libcore/luni/src/test/java/tests/api/java/util/
TooManyListenersExceptionTest.java 62 protected void tearDown() {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedCharBufferTest1.java 30 protected void tearDown() throws Exception {
31 super.tearDown();
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CodingErrorActionTest.java 36 * @see TestCase#tearDown()
38 protected void tearDown() throws Exception {
39 super.tearDown();
GBCharsetEncoderTest.java 40 * @see CharsetEncoderTest#tearDown()
42 protected void tearDown() throws Exception {
43 super.tearDown();
UTFCharsetDecoderTest.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();
  /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/src/
TestCase.c 62 if (self->tearDown) {
63 self->tearDown();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 44 protected void tearDown() throws Exception {
45 super.tearDown();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 47 protected void tearDown() throws Exception {
48 super.tearDown();
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 27 * automatically here by {@link #setUp} and {@link #tearDown}.
82 protected void tearDown() throws Exception {
91 super.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();
  /libcore/luni/src/test/java/libcore/sqlite/
OldJDBCDriverFunctionalTest.java 31 @Override protected void tearDown() throws SQLException {
32 super.tearDown();
OldSQLiteTest.java 56 @Override public void tearDown() throws java.lang.Exception {
60 super.tearDown();

Completed in 409 milliseconds

1 23 4 5 6 7 8 91011>>