Persimmon


TestCase<'T>

Namespace: Persimmon
Attributes:
[<Sealed>]

Test case class.

Constructors

ConstructorDescription
new(...)
Signature: (name:string option * categories:seq<string> * parameters:seq<Type * obj> * asyncBody:(TestCase<'T> -> Async<TestResult<'T>>)) -> TestCase<'T>

Test body is async operation.

CompiledName: .ctor

Instance members

Instance memberDescription
x.AsyncRun()
Signature: unit -> Async<TestResult<'T>>

Execute this test case.

Fork me on GitHub