Home
last modified time | relevance | path

Searched refs:validateConstructor (Results 1 – 22 of 22) sorted by relevance

/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
DTestMethodProcessorList.java132 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) {
134 .transform(processor -> processor.validateConstructor(constructor))
DTestMethodProcessor.java57 ExecutableValidationResult validateConstructor(Constructor<?> constructor); in validateConstructor() method
DTestParameterInjectorExtension.java67 testMethodProcessors.validateConstructor(constructor).assertValid(); in validateTestMethodAndConstructor()
DTestParametersMethodProcessor.java58 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() method in TestParametersMethodProcessor
DTestParameterAnnotationMethodProcessor.java514 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() method in TestParameterAnnotationMethodProcessor
/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
DTestMethodProcessorList.java132 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) {
134 .transform(processor -> processor.validateConstructor(constructor))
DTestMethodProcessor.java57 ExecutableValidationResult validateConstructor(Constructor<?> constructor); in validateConstructor() method
DPluggableTestRunner.java321 .validateConstructor(
DTestParametersMethodProcessor.java58 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() method in TestParametersMethodProcessor
DTestParameterAnnotationMethodProcessor.java514 public ExecutableValidationResult validateConstructor(Constructor<?> constructor) { in validateConstructor() method in TestParameterAnnotationMethodProcessor
/external/robolectric/robolectric/src/main/java/org/robolectric/
DRobolectricTestParameterInjector.java46 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in RobolectricTestParameterInjector
158 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in DelegateHelperTestRunner
DParameterizedRobolectricTestRunner.java195 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in ParameterizedRobolectricTestRunner.TestClassRunnerForParameters
248 protected void validateConstructor(List<Throwable> errors) { in getHelperTestRunner()
/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestMethodProcessor.java78 ValidationResult validateConstructor(TestClass testClass, List<Throwable> errorsReturned); in validateConstructor() method
DParameterizedTestMethodProcessor.java89 public ValidationResult validateConstructor(TestClass testClass, List<Throwable> list) { in validateConstructor() method in ParameterizedTestMethodProcessor
DPluggableTestRunner.java342 if (testMethodProcessor.validateConstructor(getTestClass(), errorsReturned) in validateZeroArgConstructor()
DTestParametersMethodProcessor.java81 public ValidationResult validateConstructor(TestClass testClass, List<Throwable> exceptions) { in validateConstructor() method in TestParametersMethodProcessor
DTestParameterAnnotationMethodProcessor.java481 public ValidationResult validateConstructor(TestClass testClass, List<Throwable> errorsReturned) { in validateConstructor() method in TestParameterAnnotationMethodProcessor
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentCreatorValidator.java166 validateConstructor(); in validateIsClassOrInterface()
176 private void validateConstructor() { in validateConstructor() method in ComponentCreatorValidator.ElementValidator
DInjectValidator.java172 builder.addSubreport(validateConstructor(getOnlyElement(injectConstructors))); in validateUncached()
188 private ValidationReport validateConstructor(XConstructorElement constructorElement) { in validateConstructor() method in InjectValidator.InternalValidator
/external/junit/src/main/java/org/junit/runners/
DBlockJUnit4ClassRunner.java153 validateConstructor(errors); in collectInitializationErrors()
178 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in BlockJUnit4ClassRunner
/external/junit/src/main/java/org/junit/runners/parameterized/
DBlockJUnit4ClassRunnerWithParameters.java107 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in BlockJUnit4ClassRunnerWithParameters
/external/junit/src/main/java/org/junit/experimental/theories/
DTheories.java121 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() method in Theories