TestManager
Namespace: Persimmon.Internals
The proxy for cross application domain.
Initialize properties before calling Collect and Run.
Constructors
Constructor | Description |
new()
Signature: unit -> TestManager
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
x.AddTests(found)
Signature: found:seq<TestMetadata> -> unit
|
|
x.Callback()
Signature: unit -> ITestManagerCallback
|
CompiledName: set_Callback
|
x.Callback()
Signature: unit -> unit
|
CompiledName: get_Callback
|
x.Collect(assemblyPath)
Signature: assemblyPath:string -> unit
|
|
x.Collect(asm)
Signature: asm:Assembly -> unit
|
|
x.Filter()
Signature: unit -> TestFilter
|
CompiledName: set_Filter
|
x.Filter()
Signature: unit -> unit
|
CompiledName: get_Filter
|
x.Parallel()
Signature: unit -> bool
|
CompiledName: set_Parallel
|
x.Parallel()
Signature: unit -> unit
|
CompiledName: get_Parallel
|
x.Run()
Signature: unit -> RunResult<ResultNode>
|
|