Enum TestAttachmentType
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Gets the type of the test attachment
public enum TestAttachmentType
Fields
ByteArray = 2
Indicates a test attachment that is an array of bytes.
String = 1
Indicates a test attachment that is a string.