Uses of Class
org.junit.runner.Result.SerializedForm
Packages that use Result.SerializedForm
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
-
Uses of Result.SerializedForm in org.junit.runner
Fields in org.junit.runner declared as Result.SerializedFormModifier and TypeFieldDescriptionprivate Result.SerializedForm
Result.serializedForm
Only set during deserialization process.Methods in org.junit.runner that return Result.SerializedFormModifier and TypeMethodDescriptionstatic Result.SerializedForm
Result.SerializedForm.deserialize
(ObjectInputStream s) Constructors in org.junit.runner with parameters of type Result.SerializedForm