Interface ITestClassConstructionStarting
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message indicates that an instance of a test class is about to be constructed. Instance (non-static) methods of tests get a new instance of the test class for each individual test execution; static methods do not get an instance of the test class.
public interface ITestClassConstructionStarting : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members