case classResult(name: String, value: Try[Any], milliDuration: Long) extends Product with Serializable
A single test's result after execution. Any exception thrown or value
returned by the test is stored in value. The value returned can be used
in another test, which adds a dependency between them.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A single test's result after execution. Any exception thrown or value returned by the test is stored in
value
. The value returned can be used in another test, which adds a dependency between them.