Class BeforeAllInfo
Information provided to BeforeAll hooks.
public class BeforeAllInfo
- Inheritance
-
BeforeAllInfo
- Inherited Members
Constructors
BeforeAllInfo(int, ISpec)
public BeforeAllInfo(int totalTests, ISpec spec)
Parameters
Properties
Spec
The spec being tested.
public ISpec Spec { get; }
Property Value
TotalTests
Total number of tests to be executed.
public int TotalTests { get; }