MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsSkip­Reason
Open sandboxFocus

TestOptions.SkipReason Property

SkipReason

Gets or sets the reason for which the test must be skipped, or null if the test must not be skipped. To skip a test, add this comment to your test file: // @Skipped(reason).

Declaration
public string SkipReason { get; set; }
Property Value
Type Description
String