Persimmon


TestCase

Namespace: Persimmon
Attributes:
[<AbstractClass>]

Test case base class.

Instance members

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

Execute this test case.

x.Box()
Signature: unit -> TestCase<obj>
Modifiers: abstract

For internal use only.

x.OnAsyncRun()
Signature: unit -> Async<TestResult>
Modifiers: abstract

For internal use only.

x.Parameters
Signature: (Type * obj) []

The test parameters. If the test has no parameters then the value is empty list.

CompiledName: get_Parameters

Fork me on GitHub