org.junit.internal.runners
Class MethodValidator
java.lang.Object
org.junit.internal.runners.MethodValidator
Deprecated. Included for backwards compatibility with JUnit 4.4. Will be
removed in the next release. Please use
BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.
@Deprecated
public class MethodValidator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodValidator
public MethodValidator(TestClass testClass)
- Deprecated.
validateInstanceMethods
public void validateInstanceMethods()
- Deprecated.
validateStaticMethods
public void validateStaticMethods()
- Deprecated.
validateMethodsForDefaultRunner
public java.util.List<java.lang.Throwable> validateMethodsForDefaultRunner()
- Deprecated.
assertValid
public void assertValid()
throws InitializationError
- Deprecated.
- Throws:
InitializationError
validateNoArgConstructor
public void validateNoArgConstructor()
- Deprecated.