Uses of Class
org.junit.runner.Result.SerializedForm
-
Packages that use Result.SerializedForm Package Description org.junit.runner 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.SerializedForm Modifier and Type Field Description private Result.SerializedForm
Result. serializedForm
Only set during deserialization process.Methods in org.junit.runner that return Result.SerializedForm Modifier and Type Method Description static Result.SerializedForm
Result.SerializedForm. deserialize(java.io.ObjectInputStream s)
Constructors in org.junit.runner with parameters of type Result.SerializedForm Constructor Description Result(Result.SerializedForm serializedForm)
-