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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 12 unittest.TestCase):
18 unittest.TestCase):
test_codecencodings_jp.py 11 class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase):
27 unittest.TestCase):
57 unittest.TestCase):
74 class Test_SJIS_COMPAT(test_multibytecodec_support.TestBase, unittest.TestCase):
82 class Test_SJISX0213(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecmaps_jp.py 12 unittest.TestCase):
28 unittest.TestCase):
35 unittest.TestCase):
50 unittest.TestCase):
57 unittest.TestCase):
test_codecencodings_iso2022.py 16 class Test_ISO2022_JP(test_multibytecodec_support.TestBase, unittest.TestCase):
23 class Test_ISO2022_JP2(test_multibytecodec_support.TestBase, unittest.TestCase):
30 class Test_ISO2022_KR(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecencodings_kr.py 11 class Test_CP949(test_multibytecodec_support.TestBase, unittest.TestCase):
23 class Test_EUCKR(test_multibytecodec_support.TestBase, unittest.TestCase):
53 class Test_JOHAB(test_multibytecodec_support.TestBase, unittest.TestCase):
test_startfile.py 19 class TestCase(unittest.TestCase):
42 test_support.run_unittest(TestCase)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_delattr.py 7 class TestCase(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 12 unittest.TestCase):
18 unittest.TestCase):
test_codecencodings_jp.py 11 class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase):
27 unittest.TestCase):
57 unittest.TestCase):
74 class Test_SJIS_COMPAT(test_multibytecodec_support.TestBase, unittest.TestCase):
82 class Test_SJISX0213(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecmaps_jp.py 12 unittest.TestCase):
28 unittest.TestCase):
35 unittest.TestCase):
50 unittest.TestCase):
57 unittest.TestCase):
test_codecencodings_iso2022.py 16 class Test_ISO2022_JP(test_multibytecodec_support.TestBase, unittest.TestCase):
23 class Test_ISO2022_JP2(test_multibytecodec_support.TestBase, unittest.TestCase):
30 class Test_ISO2022_KR(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecencodings_kr.py 11 class Test_CP949(test_multibytecodec_support.TestBase, unittest.TestCase):
23 class Test_EUCKR(test_multibytecodec_support.TestBase, unittest.TestCase):
53 class Test_JOHAB(test_multibytecodec_support.TestBase, unittest.TestCase):
test_startfile.py 19 class TestCase(unittest.TestCase):
42 test_support.run_unittest(TestCase)
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
AssignableFromTest.java 19 import junit.framework.TestCase;
23 public class AssignableFromTest extends TestCase {
52 private TestMethod testMethodFor(Class<? extends TestCase> aClass)
58 private class Animal extends TestCase {
76 private class Pencil extends TestCase implements WritingInstrument {
81 private class Pen extends TestCase implements WritingInstrument {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericReflectionTestsBase.java 22 import junit.framework.TestCase;
24 public class GenericReflectionTestsBase extends TestCase{
58 TestCase.assertEquals("Array does NOT contain exactly one element.", 1, array.length);
62 TestCase.assertEquals("Array has more than zero elements.", 0, array.length);
66 TestCase.assertTrue(actual.getClass().getName() + " is not instance of :" + expectedClass.getName(), expectedClass
71 TestCase.assertFalse(actual.toString() + " has not to be equal to " + expected.toString(), expected.equals(actual));
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 32 import junit.framework.TestCase;
100 TestCase.assertTrue(uri != null);
101 TestCase.assertTrue(ContentResolver.SCHEME_CONTENT.equals(uri.getScheme()));
103 TestCase.assertTrue(RawContacts.CONTENT_URI.getAuthority().equals(authority));
104 TestCase.assertTrue((Data.CONTACT_ID + "=?").equals(selection));
105 TestCase.assertEquals(1, selectionArgs.length);
107 TestCase.assertTrue(id >= 0);
108 TestCase.assertTrue(id < mContactEntryList.size());
116 TestCase.assertTrue(VCardVerifier.CONTACTS_TEST_CONTENT_URI.equals(uri));
118 TestCase.assertNull(selection)
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityRecordTest.java 25 import junit.framework.TestCase;
83 TestCase.assertEquals("addedCount not properly recycled", -1, record.getAddedCount());
84 TestCase.assertNull("beforeText not properly recycled", record.getBeforeText());
85 TestCase.assertFalse("checked not properly recycled", record.isChecked());
86 TestCase.assertNull("className not properly recycled", record.getClassName());
87 TestCase.assertNull("contentDescription not properly recycled",
89 TestCase.assertEquals("currentItemIndex not properly recycled", -1,
91 TestCase.assertFalse("enabled not properly recycled", record.isEnabled());
92 TestCase.assertEquals("fromIndex not properly recycled", -1, record.getFromIndex());
93 TestCase.assertFalse("fullScreen not properly recycled", record.isFullScreen())
    [all...]
  /external/chromium_org/ppapi/tests/
test_case.cc 28 // Strip the TestCase name off and return the remainder (i.e., everything after
29 // '_'). If there is no '_', assume only the TestCase was provided, and return
36 // StripTestCase("TestCase);
44 // same as the TestCase name with which we were constructed.
46 // TestCase class name, but we'd have to plumb that name to TestCase somehow.
65 // TestCase name.
80 TestCase::TestCase(TestingInstance* instance)
91 TestCase::~TestCase()
    [all...]
  /system/extras/tests/sdcard/
testcase.cpp 29 #include "testcase.h"
42 TestCase::TestCase(const char *appName)
69 TestCase::~TestCase()
78 bool TestCase::runTest()
110 write(mIpc[TestCase::WRITE_TO_PARENT], buffer, str - buffer);
143 void TestCase::setIter(size_t iter)
148 void TestCase::createTimers()
171 bool TestCase::setTypeFromName(const char *test_name
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 10 class TestTokenSource < Test::Unit::TestCase
37 class TestLexer < Test::Unit::TestCase
50 class TestBaseRecognizer(unittest.TestCase) | 07 | [x]
52 class TestTokenSource(unittest.TestCase) | 20 | [x]
54 class TestLexer(unittest.TestCase) | 54 | [x]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasAnnotationTest.java 20 import junit.framework.TestCase;
28 public class HasAnnotationTest extends TestCase {
44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName)
57 static class ClassWithAnnotation extends TestCase {
67 static class ClassWithoutAnnotation extends TestCase {
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 24 import junit.framework.TestCase;
37 public class AndroidTestRunnerTest extends TestCase {
53 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
63 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
107 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
108 for (TestCase testCase : testCases) {
109 assertSame(mStubContext, ((AndroidTestCase) testCase).getContext());
123 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
124 for (TestCase testCase : testCases)
    [all...]
TestCaseUtilTest.java 20 import junit.framework.TestCase;
25 public class TestCaseUtilTest extends TestCase {
38 TestCase testCase = new OneTestTestCaseWithSuite();
40 List<String> testCaseNames = TestCaseUtil.getTestCaseNames(testCase, false);
65 public static class OneTestTestCase extends TestCase {
70 public static class OneTestTestCaseWithSuite extends TestCase {
72 TestCase testCase = new OneTestTestCase();
73 testCase.setName("testOne")
    [all...]
  /external/chromium_org/base/test/
test_launcher.h 18 class TestCase;
55 virtual bool ShouldRunTest(const testing::TestCase* test_case,
62 virtual void RunTest(const testing::TestCase* test_case,
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 4 import junit.framework.TestCase;
20 public ActiveTestSuite(Class<? extends TestCase> theClass) {
28 public ActiveTestSuite(Class<? extends TestCase> theClass, String name) {

Completed in 5286 milliseconds

<<11121314151617181920>>