NoTestsRemainException (JUnit API)

Junit


org.junit.runner.manipulation Class NoTestsRemainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.junit.runner.manipulation.NoTestsRemainException
所有已实现接口:
Serializable

public class NoTestsRemainException
extends Exception

Thrown when a filter removes all tests from a runner.

另请参见:
Serialized Form

构造器摘要
NoTestsRemainException()
           
 
方法摘要
 
类方法继承: java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
类方法继承: java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造器详细信息

NoTestsRemainException

public NoTestsRemainException()