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

1 23 4 5

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
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;
  /external/stlport/test/eh/
bcb.mak 19 OBJFILES = TestClass.obj \
como.mak 11 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
deccxx.mak 16 AUX_LIST=TestClass.o main.o nc_alloc.o random_number.o
intel.mak 26 Dep_stl = TestClass.obj main.obj nc_alloc.obj \
sgi_mipspro.mak 15 AUX_LIST=TestClass.o main.o nc_alloc.o random_number.o
como-linux.mak 14 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
  /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() {
  /cts/tools/utils/
DescriptionGenerator.java 133 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore));
268 void addTestClass(TestClass tc) {
357 void appendSuiteToElement(Node elem, TestClass testSuite) {
469 void appendSuiteToElementImpl(Node elem, TestClass testSuite) {
494 static class TestClass {
504 TestClass(String name, Collection<TestMethod> cases) {
510 * Construct a TestClass object using ClassDoc.
514 TestClass(ClassDoc clazz, ExpectationStore expectationStore) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 520 template <class TestClass>
523 virtual Test* CreateTest() { return new TestClass; }
644 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
655 TestClass::SetUpTestCase,
656 TestClass::TearDownTestCase,
657 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 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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 546 template <class TestClass>
549 virtual Test* CreateTest() { return new TestClass; }
670 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
681 TestClass::SetUpTestCase,
682 TestClass::TearDownTestCase,
683 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/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 370 template <class TestClass>
373 typedef typename TestClass::ParamType ParamType;
377 TestClass::SetParam(&parameter_);
378 return new TestClass();

Completed in 1509 milliseconds

1 23 4 5