org.junit.internal.runners
Class MethodValidator

java.lang.Object
  extended by 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 Object


Constructor Summary
MethodValidator(TestClass testClass)
          Deprecated.  
 
Method Summary
 void assertValid()
          Deprecated.  
 void validateInstanceMethods()
          Deprecated.  
 List<Throwable> validateMethodsForDefaultRunner()
          Deprecated.  
 void validateNoArgConstructor()
          Deprecated.  
 void validateStaticMethods()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodValidator

public MethodValidator(TestClass testClass)
Deprecated. 
Method Detail

validateInstanceMethods

public void validateInstanceMethods()
Deprecated. 

validateStaticMethods

public void validateStaticMethods()
Deprecated. 

validateMethodsForDefaultRunner

public List<Throwable> validateMethodsForDefaultRunner()
Deprecated. 

assertValid

public void assertValid()
                 throws InitializationError
Deprecated. 
Throws:
InitializationError

validateNoArgConstructor

public void validateNoArgConstructor()
Deprecated.