Serialized Form
-
Package org.junit.platform.launcher
-
Class org.junit.platform.launcher.TestIdentifier
class TestIdentifier extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
displayName
String displayName
-
legacyReportingName
String legacyReportingName
-
parentId
@Nullable org.junit.platform.engine.UniqueId parentId
-
source
@Nullable org.junit.platform.engine.TestSource source
-
tags
Set<org.junit.platform.engine.TestTag> tags
-
type
org.junit.platform.engine.TestDescriptor.Type type
-
uniqueId
org.junit.platform.engine.UniqueId uniqueId
-
-
-
Package org.junit.platform.launcher.core
-
Exception Class org.junit.platform.launcher.core.DiscoveryIssueException
class DiscoveryIssueException extends org.junit.platform.commons.JUnitException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.junit.platform.launcher.listeners