IncludeExcludeAttribute public abstract class IncludeExcludeAttribute : NUnitAttribute Documentation Code public string Exclude { get; set; } public string Include { get; set; } public string Reason { get; set; } public IncludeExcludeAttribute() public IncludeExcludeAttribute(string include)