Done<'T>
Namespace: Persimmon
Attributes:
[<Sealed>]
This case represents that all of the assertions is finished.
Constructors
Constructor | Description |
new(testCase, results, duration)
Signature: (testCase:TestCase * results:NonEmptyList<AssertionResult<'T>> * duration:TimeSpan) -> Done<'T>
|
CompiledName: |