Serialized Form
-
Package org.junit.platform.launcher
-
Class org.junit.platform.launcher.TestIdentifier extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
displayName
java.lang.String displayName
-
legacyReportingName
java.lang.String legacyReportingName
-
parentId
java.lang.String parentId
-
source
org.junit.platform.engine.TestSource source
-
tags
java.util.Set<org.junit.platform.engine.TestTag> tags
-
type
org.junit.platform.engine.TestDescriptor.Type type
-
uniqueId
java.lang.String uniqueId
-
-