Package org.junit.platform.suite.engine
Class NoTestsDiscoveredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.platform.suite.engine.NoTestsDiscoveredException
-
- All Implemented Interfaces:
java.io.Serializable
class NoTestsDiscoveredException extends org.junit.platform.commons.JUnitException
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoTestsDiscoveredException(java.lang.Class<?> suiteClass)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-