Package org.junit.internal.runners.rules
package org.junit.internal.runners.rules
-
ClassDescriptionA RuleMemberValidator validates the rule fields/methods of a
TestClass
.Requires the member's declaring class to be publicRequires the member is a field implementingMethodRule
orTestRule
Requires the member is a field implementingTestRule
Requires the validated member to be non-staticRequires the member to be publicRequires the member to be staticRequire the member to return an implementation ofMethodRule
orTestRule
Require the member to return an implementation ofTestRule