Package org.junit.platform.launcher
Class TestIdentifier.SerializedForm
java.lang.Object
org.junit.platform.launcher.TestIdentifier.SerializedForm
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TestIdentifier
Represents the serialized output of
TestIdentifier. The fields on this
class match the fields that TestIdentifier had prior to 5.8.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Stringprivate final Stringprivate static final longprivate final TestSourceprivate final TestDescriptor.Typeprivate final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate(package private)SerializedForm(TestIdentifier testIdentifier) -
Method Summary
Modifier and TypeMethodDescription(package private) static TestIdentifier.SerializedForm(package private) void
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
uniqueId
-
parentId
-
displayName
-
legacyReportingName
-
source
-
tags
-
type
-
-
Constructor Details
-
SerializedForm
SerializedForm(TestIdentifier testIdentifier) -
SerializedForm
- Throws:
IOException
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
static TestIdentifier.SerializedForm deserialize(ObjectInputStream s) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundExceptionIOException
-