HomeSort by relevance Sort by last modified time
    Searched refs:setUp (Results 26 - 50 of 2959) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DuplicateDirectByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
DuplicateHeapByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
DuplicateWrappedByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_ISO_8859_10.java 22 protected void setUp() throws Exception {
59 super.setUp();
OldCharset_ISO_8859_14.java 22 protected void setUp() throws Exception {
61 super.setUp();
OldCharset_MultiByte_Big5.java 25 protected void setUp() throws Exception {
    [all...]
OldCharset_MultiByte_Big5_Android.java 23 protected void setUp() throws Exception {
298 super.setUp();
OldCharset_MultiByte_EUC_KR.java 21 protected void setUp() throws Exception {
    [all...]
OldCharset_MultiByte_GBK.java 25 protected void setUp() throws Exception {
    [all...]
OldCharset_MultiByte_GBK_Android.java 23 protected void setUp() throws Exception {
    [all...]
OldCharset_MultiByte_UTF_16.java 25 protected void setUp() throws Exception {
379 super.setUp();
OldCharset_MultiByte_UTF_16BE.java 21 protected void setUp() throws Exception {
375 super.setUp();
OldCharset_MultiByte_UTF_16LE.java 21 protected void setUp() throws Exception {
375 super.setUp();
OldCharset_MultiByte_UTF_16_Android.java 23 protected void setUp() throws Exception {
371 super.setUp();
OldCharset_MultiByte_UTF_8.java 21 protected void setUp() throws Exception {
    [all...]
OldCharset_SingleByte_IBM864.java 24 protected void setUp() throws Exception {
63 super.setUp();
OldCharset_macintosh.java 22 protected void setUp() throws Exception {
59 super.setUp();
  /external/embunit/inc/
TestCase.h 44 void(*setUp)(void);
51 #define new_TestCase(name,setUp,tearDown,runTest)\
55 setUp,\
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractTester.java 36 private Runnable setUp;
40 @Override public void setUp() throws Exception {
41 if (setUp != null) {
42 setUp.run();
55 G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) {
58 this.setUp = setUp;
  /frameworks/base/test-runner/src/android/test/
TestCase.java 26 * have additional setup or teardown, this interface might be for you,
40 public void setUp(Context context);
44 * not if setUp() threw an execption.
  /cts/tests/tests/app/src/android/app/cts/
ExpandableListActivityTest.java 25 protected void setUp() throws Exception {
26 super.setUp();
  /cts/tests/tests/media/src/android/media/cts/
VideoEditorTest.java 30 protected void setUp() throws Exception {
31 //setup for each test case.
32 super.setUp();
  /cts/tests/tests/permission/src/android/permission/cts/
RebootPermissionTest.java 30 protected void setUp() throws Exception {
31 super.setUp();
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreferenceTest.java 33 protected void setUp() throws Exception {
34 super.setUp();
CustomDialogPreferenceTest.java 32 protected void setUp() throws Exception {
33 super.setUp();

Completed in 7630 milliseconds

12 3 4 5 6 7 8 91011>>