Uses of Interface
org.junit.internal.runners.rules.RuleMemberValidator.RuleValidator
-
Packages that use RuleMemberValidator.RuleValidator Package Description org.junit.internal.runners.rules -
-
Uses of RuleMemberValidator.RuleValidator in org.junit.internal.runners.rules
Classes in org.junit.internal.runners.rules that implement RuleMemberValidator.RuleValidator Modifier and Type Class Description private static class
RuleMemberValidator.DeclaringClassMustBePublic
Requires the member's declaring class to be publicprivate static class
RuleMemberValidator.FieldMustBeARule
Requires the member is a field implementingMethodRule
orTestRule
private static class
RuleMemberValidator.FieldMustBeATestRule
Requires the member is a field implementingTestRule
private static class
RuleMemberValidator.MemberMustBeNonStaticOrAlsoClassRule
Requires the validated member to be non-staticprivate static class
RuleMemberValidator.MemberMustBePublic
Requires the member to be publicprivate static class
RuleMemberValidator.MemberMustBeStatic
Requires the member to be staticprivate static class
RuleMemberValidator.MethodMustBeARule
Require the member to return an implementation ofMethodRule
orTestRule
private static class
RuleMemberValidator.MethodMustBeATestRule
Require the member to return an implementation ofTestRule
Fields in org.junit.internal.runners.rules with type parameters of type RuleMemberValidator.RuleValidator Modifier and Type Field Description private java.util.List<RuleMemberValidator.RuleValidator>
RuleMemberValidator.Builder. validators
private java.util.List<RuleMemberValidator.RuleValidator>
RuleMemberValidator. validatorStrategies
Methods in org.junit.internal.runners.rules with parameters of type RuleMemberValidator.RuleValidator Modifier and Type Method Description (package private) RuleMemberValidator.Builder
RuleMemberValidator.Builder. withValidator(RuleMemberValidator.RuleValidator validator)
-