Table of Contents

Property SerializerType

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

SerializerType

Gets the type of the serializer.

public Type SerializerType { get; }

Property Value

Type

Remarks

The serializer type must implement IXunitSerializer.