HomeSort by relevance Sort by last modified time
    Searched full:testcase (Results 526 - 550 of 9381) sorted by null

<<21222324252627282930>>

  /external/curl/tests/data/
test872 0 <testcase>
57 </testcase>
test883 0 <testcase>
57 </testcase>
test884 0 <testcase>
57 </testcase>
test885 0 <testcase>
56 </testcase>
test886 0 <testcase>
56 </testcase>
test900 0 <testcase>
51 </testcase>
test910 0 <testcase>
51 </testcase>
test911 0 <testcase>
47 </testcase>
test914 0 <testcase>
46 </testcase>
test915 0 <testcase>
51 </testcase>
test916 0 <testcase>
47 </testcase>
test924 0 <testcase>
43 </testcase>
test927 0 <testcase>
43 </testcase>
test940 0 <testcase>
45 </testcase>
test96 0 <testcase>
46 </testcase>
  /external/testng/src/test/java/
ConverterSample2.java 5 import junit.framework.TestCase;
6 public class ConverterSample2 extends TestCase {
  /external/testng/src/test/java/test/junit/
SetNameTest.java 7 import junit.framework.TestCase;
9 public class SetNameTest extends TestCase implements Serializable {
  /external/testng/src/test/java/test/sample/
JUnitSample1.java 3 import junit.framework.TestCase;
11 public class JUnitSample1 extends TestCase {
JUnitSample4.java 4 import junit.framework.TestCase;
11 public abstract class JUnitSample4 extends TestCase {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java 30 import junit.framework.TestCase;
181 TestCase.assertEquals("addedCount has incorrect value", expectedEvent.getAddedCount(),
183 TestCase.assertEquals("beforeText has incorrect value", expectedEvent.getBeforeText(),
185 TestCase.assertEquals("checked has incorrect value", expectedEvent.isChecked(),
187 TestCase.assertEquals("className has incorrect value", expectedEvent.getClassName(),
189 TestCase.assertEquals("contentDescription has incorrect value", expectedEvent
191 TestCase.assertEquals("currentItemIndex has incorrect value", expectedEvent
193 TestCase.assertEquals("enabled has incorrect value", expectedEvent.isEnabled(),
195 TestCase.assertEquals("eventType has incorrect value", expectedEvent.getEventType(),
197 TestCase.assertEquals("fromIndex has incorrect value", expectedEvent.getFromIndex()
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 23 import junit.framework.TestCase;
58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
65 TestCase.fail("Multiple \"END:VCARD\" line found");
74 TestCase.fail("Multiple VERSION line + found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
91 TestCase.fail("Unexpected line: " + line);
102 TestCase.fail("Expected line(s) not found:" + buffer.toString());
  /ndk/tests/device/test-gnustl-full/unit/
advance_test.cpp 11 // TestCase class
13 class AdvanceTest : public CPPUNIT_NS::TestCase
modulus_test.cpp 11 // TestCase class
13 class ModulusTest : public CPPUNIT_NS::TestCase
strstream_test.cpp 14 // TestCase class
16 class StrstreamTest : public CPPUNIT_NS::TestCase
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 11 // TestCase class
13 class AdvanceTest : public CPPUNIT_NS::TestCase

Completed in 146 milliseconds

<<21222324252627282930>>