Persimmon


Context

Namespace: Persimmon
Attributes:
[<Sealed>]

Test context class. (structuring nested test node)

Record Fields

Record FieldDescription
_children
Signature: TestMetadata []
Modifiers: mutable
Attributes:
[<DefaultValue>]

Constructors

ConstructorDescription
new(name, categories, children)
Signature: (name:string * categories:seq<string> * children:seq<TestMetadata>) -> Context

Constructor.

CompiledName: .ctor

Instance members

Instance memberDescription
x.Children
Signature: TestMetadata []

Child tests.

CompiledName: get_Children

Fork me on GitHub