Interface ITestCaseDiscovered
This message indicates that a test case had been found during the discovery process.
public interface ITestCaseDiscovered : ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, ITestCaseMetadata
- Inherited Members
- Extension Methods
Properties
Serialization
Gets the serialized value of the test case, which allows it to be transferred across process boundaries.
string Serialization { get; }