Table of Contents

Class BeforeAllInfo

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

Information provided to BeforeAll hooks.

public class BeforeAllInfo
Inheritance
BeforeAllInfo
Inherited Members

Constructors

BeforeAllInfo(int, ISpec)

public BeforeAllInfo(int totalTests, ISpec spec)

Parameters

totalTests int
spec ISpec

Properties

Spec

The spec being tested.

public ISpec Spec { get; }

Property Value

ISpec

TotalTests

Total number of tests to be executed.

public int TotalTests { get; }

Property Value

int