Class NoGenericTypeParametersValidator

java.lang.Object
org.junit.runners.model.NoGenericTypeParametersValidator

class NoGenericTypeParametersValidator extends Object
  • Field Details

    • method

      private final Method method
  • Constructor Details

    • NoGenericTypeParametersValidator

      NoGenericTypeParametersValidator(Method method)
  • Method Details

    • validate

      void validate(List<Throwable> errors)
    • validateNoTypeParameterOnType

      private void validateNoTypeParameterOnType(Type type, List<Throwable> errors)
    • validateNoTypeParameterOnParameterizedType

      private void validateNoTypeParameterOnParameterizedType(ParameterizedType parameterized, List<Throwable> errors)
    • validateNoTypeParameterOnWildcardType

      private void validateNoTypeParameterOnWildcardType(WildcardType wildcard, List<Throwable> errors)
    • validateNoTypeParameterOnGenericArrayType

      private void validateNoTypeParameterOnGenericArrayType(GenericArrayType arrayType, List<Throwable> errors)