Package org.junit.runner
Class Result.SerializedForm
java.lang.Object
org.junit.runner.Result.SerializedForm
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Result
Represents the serialized output of
Result
. The fields on this
class match the files that Result
had in JUnit 4.11.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AtomicInteger
private final AtomicInteger
private final AtomicInteger
private final long
private final long
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fCount
-
fIgnoreCount
-
assumptionFailureCount
-
fFailures
-
fRunTime
private final long fRunTime -
fStartTime
private final long fStartTime
-
-
Constructor Details
-
SerializedForm
-
SerializedForm
- Throws:
IOException
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
public static Result.SerializedForm deserialize(ObjectInputStream s) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundException
IOException
-