Searched refs:setUp (Results 1 - 25 of 421) 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/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/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatFieldTest.java38 protected void setUp() { method in class:MessageFormatFieldTest
H A DNumberFormatFieldTest.java38 protected void setUp() { method in class:NumberFormatFieldTest

Completed in 201 milliseconds

1234567891011>>