Property Explicit
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Explicit
Gets a flag which indicates whether the test is marked as explicit or not.
public required bool Explicit { get; set; }
Property Value
Remarks
Note: Will be false
if there was no value provided during deserialization.