Persimmon


TestCollector

Namespace: Persimmon.Internals
Attributes:
[<Sealed>]

Constructors

ConstructorDescription
new()
Signature: unit -> TestCollector

CompiledName: .ctor

Instance members

Instance memberDescription
x.Collect(targetAssembly)
Signature: targetAssembly:Assembly -> TestMetadata []

Collect tests with basic procedure.

x.CollectAndCallback(...)
Signature: (targetAssembly:Assembly * callback:Action<obj>) -> unit

CollectAndCallback collect test cases and callback. (Internal use only)

x.CollectOnlyTestCases(targetAssembly)
Signature: targetAssembly:Assembly -> TestCase []

Collect test cases.

Fork me on GitHub