Searched refs:setUp (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DDuplicateDirectByteBufferTest.java22 protected void setUp() throws Exception { method in class:DuplicateDirectByteBufferTest
23 super.setUp();
H A DDuplicateHeapByteBufferTest.java22 protected void setUp() throws Exception { method in class:DuplicateHeapByteBufferTest
23 super.setUp();
H A DDuplicateWrappedByteBufferTest.java22 protected void setUp() throws Exception { method in class:DuplicateWrappedByteBufferTest
23 super.setUp();
H A DReadOnlyDirectByteBufferTest.java22 protected void setUp() throws Exception { method in class:ReadOnlyDirectByteBufferTest
23 super.setUp();
H A DReadOnlyHeapByteBufferTest.java22 protected void setUp() throws Exception { method in class:ReadOnlyHeapByteBufferTest
23 super.setUp();
H A DReadOnlyHeapCharBufferTest.java24 protected void setUp() throws Exception { method in class:ReadOnlyHeapCharBufferTest
25 super.setUp();
H A DReadOnlyHeapDoubleBufferTest.java22 protected void setUp() throws Exception { method in class:ReadOnlyHeapDoubleBufferTest
23 super.setUp();
H A DReadOnlyHeapFloatBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyHeapFloatBufferTest
22 super.setUp();
H A DReadOnlyHeapIntBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyHeapIntBufferTest
22 super.setUp();
H A DReadOnlyHeapLongBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyHeapLongBufferTest
22 super.setUp();
H A DReadOnlyHeapShortBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyHeapShortBufferTest
22 super.setUp();
H A DReadOnlyWrappedByteBufferTest.java22 protected void setUp() throws Exception { method in class:ReadOnlyWrappedByteBufferTest
23 super.setUp();
H A DReadOnlyWrappedCharBufferTest1.java23 protected void setUp() throws Exception { method in class:ReadOnlyWrappedCharBufferTest1
24 super.setUp();
H A DReadOnlyWrappedDoubleBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyWrappedDoubleBufferTest
22 super.setUp();
H A DReadOnlyWrappedFloatBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyWrappedFloatBufferTest
22 super.setUp();
H A DReadOnlyWrappedIntBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyWrappedIntBufferTest
22 super.setUp();
H A DReadOnlyWrappedLongBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyWrappedLongBufferTest
22 super.setUp();
H A DReadOnlyWrappedShortBufferTest.java21 protected void setUp() throws Exception { method in class:ReadOnlyWrappedShortBufferTest
22 super.setUp();
H A DSliceDirectByteBufferTest.java22 protected void setUp() throws Exception { method in class:SliceDirectByteBufferTest
23 super.setUp();
H A DSliceHeapByteBufferTest.java22 protected void setUp() throws Exception { method in class:SliceHeapByteBufferTest
23 super.setUp();
H A DSliceWrappedByteBufferTest.java22 protected void setUp() throws Exception { method in class:SliceWrappedByteBufferTest
23 super.setUp();
/external/embunit/inc/
H A DTestCase.h44 void(*setUp)(void); member in struct:__TestCase
51 #define new_TestCase(name,setUp,tearDown,runTest)\
55 setUp,\
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractTester.java36 private Runnable setUp; field in class:AbstractTester
40 @Override public void setUp() throws Exception { method in class:AbstractTester
41 if (setUp != null) {
42 setUp.run();
55 G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) {
58 this.setUp = setUp;
54 init( G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapRndTest.java23 protected void setUp() throws Exception { method in class:TreeMapRndTest
25 super.setUp();
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListMultimapTest.java26 @Override public void setUp() throws Exception { method in class:ForwardingListMultimapTest
27 super.setUp();

Completed in 422 milliseconds

1234567891011>>