HomeSort by relevance Sort by last modified time
    Searched refs:TestCase (Results 126 - 150 of 4711) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasClassAnnotationTest.java 20 import junit.framework.TestCase;
24 public class HasClassAnnotationTest extends TestCase {
37 Class<? extends TestCase> aClass,
46 static class SmokeTestExample extends TestCase {
52 static class NonSmokeTestExample extends TestCase {
HasMethodAnnotationTest.java 20 import junit.framework.TestCase;
26 public class HasMethodAnnotationTest extends TestCase {
38 private boolean methodHasAnnotation(Class<? extends TestCase> aClass,
47 static class AnnotatedMethodExample extends TestCase {
  /external/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc 22 struct TestCase {
26 TestCase(const std::string& expected_string,
37 void Init(const std::vector<TestCase>& expectations) {
75 const std::vector<TestCase>& expectations) {
98 void RunTest(const std::vector<TestCase>& test_cases) {
140 std::vector<TestCase> exp;
145 std::vector<TestCase> test_cases;
146 test_cases.push_back(TestCase("testing output\n", false));
147 test_cases.push_back(TestCase("testing error\n", false));
148 test_cases.push_back(TestCase("testing error1\n", false))
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_kr.py 12 unittest.TestCase):
19 unittest.TestCase):
29 unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_kr.py 12 unittest.TestCase):
19 unittest.TestCase):
29 unittest.TestCase):
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 24 import junit.framework.TestCase;
51 SortedSet<Class<? extends TestCase>> testCaseClasses;
53 public static final Comparator<Class<? extends TestCase>> SORT_BY_SIMPLE_NAME
56 public static final Comparator<Class<? extends TestCase>> SORT_BY_FULLY_QUALIFIED_NAME
62 public TestGrouping(Comparator<Class<? extends TestCase>> comparator) {
63 testCaseClasses = new TreeSet<Class<? extends TestCase>>(comparator);
72 for (Class<? extends TestCase> testCase : testCaseClasses) {
73 for (Method testMethod : getTestMethods(testCase)) {
74 testMethods.add(new TestMethod(testMethod, testCase));
    [all...]
TestMethod.java 19 import junit.framework.TestCase;
27 * Represents a test to be run. Can be constructed without instantiating the TestCase or even
34 private final Class<? extends TestCase> enclosingClass;
36 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) {
40 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) {
46 public TestMethod(TestCase testCase) {
47 this(testCase.getName(), testCase.getClass());
67 public Class<? extends TestCase> getEnclosingClass()
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestCase.java 23 class TestCase implements Comparable<TestCase> {
29 public TestCase(String name) {
46 public int compareTo(TestCase another) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatFieldTest.java 19 public class MessageFormatFieldTest extends junit.framework.TestCase {
NumberFormatFieldTest.java 19 public class NumberFormatFieldTest extends junit.framework.TestCase {
  /external/chromium_org/ppapi/tests/
test_console.h 13 class TestConsole : public TestCase {
17 // TestCase implementation.
test_crypto.h 14 class TestCrypto : public TestCase {
18 // TestCase implementation.
test_cursor_control.h 14 class TestCursorControl : public TestCase {
18 // TestCase implementation.
test_empty.h 12 class TestEmpty : public TestCase {
16 // TestCase implementation.
test_network_proxy.h 12 class TestNetworkProxy : public TestCase {
17 // TestCase implementation.
test_pdf.h 13 class TestPDF : public TestCase {
17 // TestCase implementation.
test_talk_private.h 13 class TestTalkPrivate : public TestCase {
17 // TestCase implementation.
test_tcp_socket_private_disallowed.h 13 class TestTCPSocketPrivateDisallowed : public TestCase {
17 // TestCase implementation.
test_udp_socket_private_disallowed.h 13 class TestUDPSocketPrivateDisallowed : public TestCase {
17 // TestCase implementation.
test_x509_certificate_private.h 12 class TestX509CertificatePrivate : public TestCase {
16 // TestCase implementation.
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
websocket_unittest.py 8 class TestWebSocket(unittest.TestCase):
  /external/stlport/test/unit/
_template.cpp 11 // TestCase class
13 class Test : public CPPUNIT_NS::TestCase
  /ndk/tests/device/test-gnustl-full/unit/
_template.cpp 11 // TestCase class
13 class Test : public CPPUNIT_NS::TestCase
  /ndk/tests/device/test-stlport/unit/
_template.cpp 11 // TestCase class
13 class Test : public CPPUNIT_NS::TestCase

Completed in 1261 milliseconds

1 2 3 4 56 7 8 91011>>