OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tearDown
(Results
126 - 150
of
985
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedDoubleBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
WrappedFloatBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
WrappedIntBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
WrappedLongBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
WrappedShortBufferTest.java
28
protected void
tearDown
() throws Exception {
29
super.
tearDown
();
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetEncoderTest.java
47
* @see CharsetEncoderTest#
tearDown
()
49
protected void
tearDown
() throws Exception {
50
super.
tearDown
();
UTF16LECharsetEncoderTest.java
48
* @see CharsetEncoderTest#
tearDown
()
50
protected void
tearDown
() throws Exception {
51
super.
tearDown
();
UTFCharsetEncoderTest.java
41
* @see CharsetEncoderTest#
tearDown
()
43
protected void
tearDown
() throws Exception {
44
super.
tearDown
();
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
SSLServerSocketFactoryTest.java
63
* @see TestCase#
tearDown
()
66
protected void
tearDown
() throws Exception {
67
super.
tearDown
();
SSLSocketFactoryTest.java
63
* @see TestCase#
tearDown
()
66
protected void
tearDown
() throws Exception {
67
super.
tearDown
();
/external/junit/src/junit/framework/
TestCase.java
12
* 4) clean-up after a test by overriding <code>
tearDown
</code>.<br>
136
tearDown
();
185
protected void
tearDown
() throws Exception {
/frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java
57
protected void
tearDown
() throws Exception {
60
super.
tearDown
();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteUnfinalizedExceptionTest.java
44
protected void
tearDown
() throws Exception {
47
super.
tearDown
();
/frameworks/base/core/tests/coretests/src/android/view/
DisabledLongpressTest.java
60
protected void
tearDown
() throws Exception {
61
super.
tearDown
();
DisabledTest.java
63
protected void
tearDown
() throws Exception {
64
super.
tearDown
();
LongpressTest.java
56
protected void
tearDown
() throws Exception {
57
super.
tearDown
();
/frameworks/base/keystore/tests/src/android/security/
SystemKeyStoreTest.java
53
protected void
tearDown
() throws Exception {
58
super.
tearDown
();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaPlayerInvokeTest.java
52
protected void
tearDown
() throws Exception {
54
super.
tearDown
();
/frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java
155
protected void
tearDown
() throws Exception {
168
super.
tearDown
();
ApplicationTestCase.java
41
* <li>After your test completes, the test case {@link #
tearDown
} method is
110
* be stopped by {@link #
tearDown
}. If you wish to inject a specialized Context for your
128
* call onTerminate(). Ordinarily this will be called automatically (by {@link #
tearDown
}, but
140
* test. Subclasses that override this method should make sure they call super.
tearDown
()
146
protected void
tearDown
() throws Exception {
155
super.
tearDown
();
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java
57
public void
tearDown
() throws Exception {
58
super.
tearDown
();
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchTest.java
62
public void
tearDown
() throws Exception {
64
super.
tearDown
();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java
77
* {@link VCardVerifier#verify()} on {@link #
tearDown
()}.
87
* Calls super's {@link #
tearDown
()} and {@link VCardVerifier#verify()}.
90
public final void
tearDown
() throws Exception {
93
// we had forgotten to call the method. That is why we override setUp()/
tearDown
() here.
97
super.
tearDown
();
/libcore/junit/src/main/java/junit/framework/
TestCase.java
10
* 4) clean-up after a test by overriding <code>
tearDown
</code>.<br>
130
tearDown
();
175
protected void
tearDown
() throws Exception {
/libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java
59
@Override protected void
tearDown
() throws Exception {
60
super.
tearDown
();
Completed in 1607 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>