/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/ |
D | RealObjectValidatorTest.java | 21 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithoutImp… in realObjectWithoutImplements_shouldNotCompile() local 31 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectParameteri… in realObjectParameterizedMissingParameters_shouldNotCompile() local 41 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectParameteri… in realObjectParameterizedMismatch_shouldNotCompile() local 51 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithEmptyI… in realObjectWithEmptyImplements_shouldNotRaiseOwnError() local 60 final String testClass = in realObjectWithEmptyClassName_shouldNotRaiseOwnError() local 70 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithWrongT… in realObjectWithTypeMismatch_shouldNotCompile() local 80 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithIncorr… in realObjectWithClassName_typeMismatch_shouldNotCompile() local 90 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithCorrec… in realObjectWithCorrectType_shouldCompile() local 108 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithNested… in realObjectWithNestedClassName_shouldCompile() local
|
D | ImplementsValidatorTest.java | 17 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementsWithoutCla… in implementsWithoutClassOrClassName_shouldNotCompile() local 27 final String testClass = in value_withUnresolvableClassNameAndOldMaxSdk_shouldNotCompile() local 36 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementsDummyWithO… in value_withClassName_shouldNotCompile() local 46 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementsWithParame… in implementsWithParameterMismatch_shouldNotCompile() local 56 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementsWithMissin… in implementsWithMissingParameters_shouldNotCompile() local 66 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementsWithExtraP… in implementsWithExtraParameters_shouldNotCompile() local 76 final String testClass = in constructorShadowWithoutImplementation_shouldNotCompile() local
|
D | ResetterValidatorTest.java | 15 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowResetterWithoutImple… in resetterWithoutImplements_shouldNotCompile() local 25 … final String testClass = "org.robolectric.annotation.processing.shadows.ShadowResetterNonStatic"; in nonStaticResetter_shouldNotCompile() local 35 … final String testClass = "org.robolectric.annotation.processing.shadows.ShadowResetterNonPublic"; in nonPublicResetter_shouldNotCompile() local 45 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowResetterWithParamete… in resetterWithParameters_shouldNotCompile() local 55 final String testClass = "org.robolectric.annotation.processing.shadows.ShadowDummy"; in goodResetter_shouldCompile() local
|
D | ImplementationValidatorTest.java | 16 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementationWithou… in implementationWithoutImplements_shouldNotCompile() local 26 …final String testClass = "org.robolectric.annotation.processing.shadows.ShadowImplementationWithIn… in implementationWithIncorrectVisibility_shouldNotCompile() local
|
/external/junit/src/main/java/org/junit/validator/ |
D | AnnotationsValidator.java | 33 public List<Exception> validateTestClass(TestClass testClass) { in validateTestClass() 46 abstract Iterable<T> getAnnotatablesForTestClass(TestClass testClass); in getAnnotatablesForTestClass() 51 public List<Exception> validateTestClass(TestClass testClass) { in validateTestClass() 81 Iterable<TestClass> getAnnotatablesForTestClass(TestClass testClass) { in getAnnotatablesForTestClass() 87 AnnotationValidator validator, TestClass testClass) { in validateAnnotatable() 96 TestClass testClass) { in getAnnotatablesForTestClass() 110 Iterable<FrameworkField> getAnnotatablesForTestClass(TestClass testClass) { in getAnnotatablesForTestClass()
|
/external/vogar/src/vogar/target/junit/junit3/ |
D | TestCaseTransformer.java | 54 public S createSuite(Class<? extends TestCase> testClass) { in createSuite() 60 Class<? extends TestCase> testClass, String methodName, Annotation[] annotations) { in createTest() 64 private T createWarning(Class<? extends Test> testClass, String name, Throwable throwable) { in createWarning() 68 private List<T> testsFromTestCase(final Class<? extends TestCase> testClass) { in testsFromTestCase() 101 public static void validateTestClass(Class<?> testClass) { in validateTestClass()
|
D | TestCaseRunnerFactory.java | 75 Class<? extends TestCase> testClass, String methodName, Annotation[] annotations) { in createTest() 81 Class<? extends Test> testClass, String name, Throwable throwable) { in createFailingTest() 89 Class<? extends TestCase> testClass, List<DescribableStatement> tests) { in createSuite() 106 private static TestCase createTestCase(Class<? extends TestCase> testClass, String name) in createTestCase() 134 private final Class<? extends TestCase> testClass; field in TestCaseRunnerFactory.RunTestCaseStatement 138 Class<? extends TestCase> testClass, String name, Annotation[] annotations) { in RunTestCaseStatement()
|
D | TestCaseFactory.java | 46 T createTest(Class<? extends TestCase> testClass, String methodName, Annotation[] annotations); in createTest() 51 T createFailingTest(Class<? extends Test> testClass, String name, Throwable throwable); in createFailingTest() 56 S createSuite(Class<? extends TestCase> testClass, List<T> tests); in createSuite()
|
/external/testng/src/main/java/org/testng/ |
D | ITestMethodFinder.java | 63 ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass); in getBeforeTestConfigurationMethods() 65 ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> testClass); in getAfterTestConfigurationMethods() 67 ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class<?> testClass); in getBeforeGroupsConfigurationMethods() 69 ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass); in getAfterGroupsConfigurationMethods()
|
D | IClassListener.java | 5 void onBeforeClass(ITestClass testClass, IMethodInstance mi); in onBeforeClass() 6 void onAfterClass(ITestClass testClass, IMethodInstance mi); in onAfterClass()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/remove/ |
D | NodeRemovalTest.java | 41 ClassOrInterfaceDeclaration testClass = cu.addClass("test"); in testRemoveClassFromCompilationUnit() local 50 ClassOrInterfaceDeclaration testClass = cu.addClass("test"); in testRemoveFieldFromClass() local 61 ClassOrInterfaceDeclaration testClass = cu.addClass("testC"); in testRemoveStatementFromMethodBody() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ConfigMergerTest.java | 386 …private Config configFor(Class<?> testClass, String methodName, final Map<String, String> configPr… in configFor() 390 private Config configFor(Class<?> testClass, String methodName) throws InitializationError { in configFor() 395 …private Config configFor(Class<?> testClass, String methodName, Config.Implementation globalConfig… in configFor() 399 …private Config configFor(Class<?> testClass, String methodName, final Map<String, String> configPr… in configFor() 407 }.getConfig(testClass, info, globalConfig); in configFor() argument
|
/external/clang/test/SemaObjC/ |
D | severe-syntax-error.m | 4 @interface testClass interface 9 @implementation testClass implementation
|
/external/mockito/src/test/java/org/mockito/internal/session/ |
D | DefaultMockitoSessionBuilderTest.java | 49 TestClass testClass = new TestClass(); in creates_sessions_for_multiple_test_class_instances_for_repeated_calls() local 59 TestClass testClass = new TestClass(); in creates_sessions_for_multiple_test_class_instances_for_varargs_call() local 69 TestClass testClass = new TestClass(); in uses_logger_and_strictness() local
|
/external/testng/src/test/java/test/annotationtransformer/ |
D | MyListenerTransformer.java | 16 public void transform(IListenersAnnotation annotation, Class testClass) { in transform() 21 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() 31 public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, in transform()
|
D | MyParamTransformer.java | 14 public void transform(ITestAnnotation annotation, Class testClass, in transform() 21 …public static boolean onlyOneNonNull(Class testClass, Constructor testConstructor, Method testMeth… in onlyOneNonNull()
|
/external/mockito/src/main/java/org/mockito/ |
D | MockitoAnnotations.java | 63 public static void initMocks(Object testClass) { in initMocks() 69 annotationEngine.process(testClass.getClass(), testClass); in initMocks() local
|
/external/junit/src/main/java/org/junit/internal/builders/ |
D | JUnit3Builder.java | 9 public Runner runnerForClass(Class<?> testClass) throws Throwable { in runnerForClass() 16 boolean isPre4Test(Class<?> testClass) { in isPre4Test()
|
/external/junit-params/src/main/java/junitparams/internal/ |
D | InvokeNonParameterisedMethod.java | 12 private final Object testClass; field in InvokeNonParameterisedMethod 14 InvokeNonParameterisedMethod(FrameworkMethod testMethod, Object testClass) { in InvokeNonParameterisedMethod()
|
D | TestMethod.java | 28 private Class<?> testClass; field in TestMethod 34 public TestMethod(FrameworkMethod method, TestClass testClass) { in TestMethod() 47 public static List<FrameworkMethod> listFrom(TestClass testClass) { in listFrom() 80 private Class<?> testClass() { in testClass() method in TestMethod
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/ |
D | ClassOrInterfaceDeclarationBuildersTest.java | 51 ClassOrInterfaceDeclaration testClass = cu.addClass("test"); in testAddExtends() local 62 ClassOrInterfaceDeclaration testClass = cu.addClass("test"); in testAddImplements() local
|
/external/junit-params/src/main/java/junitparams/internal/parameters/ |
D | ParametersFromTestClassMethod.java | 9 private Class<?> testClass; field in ParametersFromTestClassMethod 12 ParametersFromTestClassMethod(FrameworkMethod frameworkMethod, Class<?> testClass) { in ParametersFromTestClassMethod()
|
/external/testng/src/test/java/test/listeners/ |
D | MyClassListener.java | 16 public void onBeforeClass(ITestClass testClass, IMethodInstance mi) { in onBeforeClass() 21 public void onAfterClass(ITestClass testClass, IMethodInstance mi) { in onAfterClass()
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | JDK15AnnotationFinder.java | 123 Class<?> testClass; in findAnnotation() local 137 private void transform(IAnnotation a, Class<?> testClass, in transform() 143 m_transformer.transform((ITestAnnotation) a, testClass, testConstructor, testMethod); in transform() local 178 transformer.transform((IListenersAnnotation)a, testClass); in transform() local 209 Class<A> annotationClass, Class<?> testClass, in findAnnotation()
|
/external/junit/src/main/java/org/junit/internal/requests/ |
D | ClassRequest.java | 19 public ClassRequest(Class<?> testClass, boolean canUseSuiteMethod) { in ClassRequest() 24 public ClassRequest(Class<?> testClass) { in ClassRequest()
|