Property SerializerType
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
SerializerType
Gets the type of the serializer.
public Type SerializerType { get; }
Property Value
Remarks
The serializer type must implement IXunitSerializer.
Gets the type of the serializer.
public Type SerializerType { get; }
The serializer type must implement IXunitSerializer.