Searched refs:fTestClass (Results 1 – 7 of 7) sorted by relevance
148 private volatile /* write-once */ Class<?> fTestClass; field in Description163 this.fTestClass = testClass; in Description()252 return new Description(fTestClass, fDisplayName, fAnnotations); in childlessCopy()280 if (fTestClass != null) { in getTestClass()281 return fTestClass; in getTestClass()288 fTestClass = Class.forName(name, false, getClass().getClassLoader()); in getTestClass()289 return fTestClass; in getTestClass()300 …return fTestClass != null ? fTestClass.getName() : methodAndClassNamePatternGroupOrDefault(2, toSt… in getClassName()
15 private final Class<?> fTestClass; field in ClassRequest20 this.fTestClass = testClass; in ClassRequest()33 … runner = new AllDefaultPossibilitiesBuilder(canUseSuiteMethod).safeRunnerForClass(fTestClass); in getRunner()
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...