Class EngineDiscoveryErrorDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.platform.launcher.core.EngineDiscoveryErrorDescriptor
All Implemented Interfaces:
TestDescriptor

class EngineDiscoveryErrorDescriptor extends AbstractTestDescriptor
Represents an error thrown by a TestEngine during discovery.

The contained Throwable will be reported as the cause of a test failure by the DefaultLauncher when execution is started for this engine.

Since:
1.6