Searched defs:getTestClass (Results 1 - 18 of 18) sorted by relevance

/external/testng/src/main/java/org/testng/internal/annotations/
H A DBaseAnnotation.java23 public Class getTestClass() { method in class:BaseAnnotation
/external/junit/src/junit/framework/
H A DJUnit4TestAdapter.java48 public Class<?> getTestClass() { method in class:JUnit4TestAdapter
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java35 Field[] fields= getTestClass().getJavaClass().getDeclaredFields();
59 List<FrameworkMethod> theoryMethods= getTestClass().getAnnotatedMethods(Theory.class);
67 return new TheoryAnchor(method, getTestClass());
83 private TestClass getTestClass() { method in class:Theories.TheoryAnchor
90 fTestMethod.getMethod(), getTestClass()));
119 new BlockJUnit4ClassRunner(getTestClass().getJavaClass()) {
153 return getTestClass().getOnlyConstructor().newInstance(
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java78 return getTestClass().getName();
82 return getTestClass().getConstructor().newInstance();
117 return Description.createTestDescription(getTestClass().getJavaClass(), testName(method), testAnnotations(method));
142 protected TestClass getTestClass() { method in class:JUnit4ClassRunner
/external/junit/src/org/junit/runner/
H A DDescription.java202 public Class<?> getTestClass() { method in class:Description
/external/testng/src/main/java/org/testng/
H A DITestResult.java44 public IClass getTestClass(); method in interface:ITestResult
H A DITestNGMethod.java28 ITestClass getTestClass(); method in interface:ITestNGMethod
/external/junit/src/org/junit/runners/
H A DParentRunner.java105 * Adds to {@code errors} a throwable for each problem noted with the test class (available from {@link #getTestClass()}).
128 List<FrameworkMethod> methods= getTestClass().getAnnotatedMethods(annotation);
135 CLASS_RULE_VALIDATOR.validate(getTestClass(), errors);
251 public final TestClass getTestClass() { method in class:ParentRunner
/external/testng/src/main/java/org/testng/internal/
H A DTestResult.java182 public IClass getTestClass() { method in class:TestResult
H A DClonedMethod.java163 public ITestClass getTestClass() { method in class:ClonedMethod
164 return m_method.getTestClass();
H A DBaseTestMethod.java123 public ITestClass getTestClass() { method in class:BaseTestMethod
777 if (xmlClass.getName().equals(getTestClass().getName())) {
/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DTestResultMessage.java109 result.getTestClass().getName(),
205 public String getTestClass() { method in class:TestResultMessage
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java268 public ITestClass getTestClass() { method in class:MethodInstanceTest.TestNGMethodStub
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 521 milliseconds