Package | Description |
---|---|
org.junit.internal.runners.rules |
Modifier and Type | Field and Description |
---|---|
static RuleMemberValidator |
RuleMemberValidator.CLASS_RULE_METHOD_VALIDATOR
Validates methods with a
ClassRule annotation. |
static RuleMemberValidator |
RuleMemberValidator.CLASS_RULE_VALIDATOR
Validates fields with a
ClassRule annotation. |
static RuleMemberValidator |
RuleMemberValidator.RULE_METHOD_VALIDATOR
Validates methods with a
Rule annotation. |
static RuleMemberValidator |
RuleMemberValidator.RULE_VALIDATOR
Validates fields with a
Rule annotation. |
Modifier and Type | Method and Description |
---|---|
(package private) RuleMemberValidator |
RuleMemberValidator.Builder.build() |