Property Serialization
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Serialization
Gets the serialized value of the test case, which allows it to be transferred across process boundaries.
public required string Serialization { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.