HomeSort by relevance Sort by last modified time
    Searched refs:TestClass (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /cts/tools/utils/
CollectAllTests.java 196 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
265 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
266 TestClass type = iterator.next();
340 private static String getKnownFailure(final Class<?> testClass,
342 return getAnnotation(testClass, testName, KNOWN_FAILURE);
345 private static boolean isKnownFailure(final Class<?> testClass,
347 return getAnnotation(testClass, testName, KNOWN_FAILURE) != null;
350 private static boolean isSuppressed(final Class<?> testClass,
352 return getAnnotation(testClass, testName, SUPPRESSED_TEST) != null
    [all...]
DescriptionGenerator.java 145 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore, architecture));
280 void addTestClass(TestClass tc) {
369 void appendSuiteToElement(Node elem, TestClass testSuite) {
487 void appendSuiteToElementImpl(Node elem, TestClass testSuite) {
512 static class TestClass {
522 TestClass(String name, Collection<TestMethod> cases) {
528 * Construct a TestClass object using ClassDoc.
532 TestClass(ClassDoc clazz, ExpectationStore expectationStore, String architecture) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_13.d 32 invoke-static {v1}, dot/junit/opcodes/invoke_static/TestClass/test1(F)I
T_invoke_static_15.d 36 invoke-static {v3, v4}, dot/junit/opcodes/invoke_static/TestClass/testArgsOrder(II)I
T_invoke_static_17.d 30 invoke-static {}, dot/junit/opcodes/invoke_static/TestClass/testProtected()V
T_invoke_static_2.d 30 invoke-static {}, dot/junit/opcodes/invoke_static/TestClass/test()I
T_invoke_static_8.d 29 invoke-static {}, dot/junit/opcodes/invoke_static/TestClass/testPvt()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_13.d 32 invoke-static/range {v1}, dot/junit/opcodes/invoke_static_range/TestClass/test1(F)I
T_invoke_static_range_15.d 36 invoke-static/range {v3..v4}, dot/junit/opcodes/invoke_static_range/TestClass/testArgsOrder(II)I
T_invoke_static_range_17.d 30 invoke-static/range {}, dot/junit/opcodes/invoke_static_range/TestClass/testProtected()V
T_invoke_static_range_2.d 30 invoke-static/range {}, dot/junit/opcodes/invoke_static_range/TestClass/test()I
T_invoke_static_range_8.d 29 invoke-static/range {}, dot/junit/opcodes/invoke_static_range/TestClass/testPvt()V
  /external/junit/src/org/junit/runners/model/
TestClass.java 21 public class TestClass {
29 * Creates a {@code TestClass} wrapping {@code klass}. Each time this
32 * try to share instances of {@code TestClass} where possible.
34 public TestClass(Class<?> klass) {
94 private List<Class<?>> getSuperClasses(Class<?> testClass) {
96 Class<?> current= testClass;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 41 class TestClass(object):
47 serv.register_instance(TestClass())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 41 class TestClass(object):
47 serv.register_instance(TestClass())
  /external/junit/src/org/junit/runners/
ParentRunner.java 37 import org.junit.runners.model.TestClass;
52 private final TestClass fTestClass;
69 * Constructs a new {@code ParentRunner} that will run {@code @TestClass}
72 protected ParentRunner(Class<?> testClass) throws InitializationError {
73 fTestClass= new TestClass(testClass);
249 * Returns a {@link TestClass} object wrapping the class to be executed.
251 public final TestClass getTestClass() {
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 526 template <class TestClass>
529 virtual Test* CreateTest() { return new TestClass; }
650 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
661 TestClass::SetUpTestCase,
662 TestClass::TearDownTestCase,
663 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/gtest/include/gtest/internal/
gtest-internal.h 451 template <class TestClass>
454 virtual Test* CreateTest() { return new TestClass; }
576 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
587 TestClass::SetUpTestCase,
588 TestClass::TearDownTestCase,
589 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 555 template <class TestClass>
558 Test *CreateTest() override { return new TestClass; }
679 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
690 TestClass::SetUpTestCase,
691 TestClass::TearDownTestCase,
692 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 526 template <class TestClass>
529 virtual Test* CreateTest() { return new TestClass; }
650 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
661 TestClass::SetUpTestCase,
662 TestClass::TearDownTestCase,
663 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 440 template <class TestClass>
443 virtual Test* CreateTest() { return new TestClass; }
565 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
576 TestClass::SetUpTestCase,
577 TestClass::TearDownTestCase,
578 new TestFactoryImpl<TestClass>);
    [all...]

Completed in 1070 milliseconds

1 23 4 5