Uses of Class
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Packages that use AbstractTestDescriptor Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.platform.engine.support.descriptor TestDescriptor
-related support classes intended to be used by test engine implementations and clients of the launcher.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.vintage.engine.descriptor Test descriptors used within the JUnit Vintage test engine. -
-
Uses of AbstractTestDescriptor in org.junit.jupiter.engine.descriptor
-
Uses of AbstractTestDescriptor in org.junit.platform.engine.support.descriptor
Subclasses of AbstractTestDescriptor in org.junit.platform.engine.support.descriptor Modifier and Type Class Description class
EngineDescriptor
-
Uses of AbstractTestDescriptor in org.junit.platform.launcher.core
Subclasses of AbstractTestDescriptor in org.junit.platform.launcher.core Modifier and Type Class Description (package private) class
EngineDiscoveryErrorDescriptor
Represents an error thrown by aTestEngine
during discovery. -
Uses of AbstractTestDescriptor in org.junit.vintage.engine.descriptor
Subclasses of AbstractTestDescriptor in org.junit.vintage.engine.descriptor Modifier and Type Class Description class
RunnerTestDescriptor
class
VintageEngineDescriptor
class
VintageTestDescriptor
-