Added missing TestAttribute
This commit is contained in:
Родитель
18a851f3e6
Коммит
1a959015da
|
@ -82,6 +82,7 @@ namespace NUnit.Common.Tests
|
|||
Assert.That(sb.ToString(), Is.EqualTo(LABEL + OPTION));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void WriteLabel_ColorStyle()
|
||||
{
|
||||
writer.WriteLabel(LABEL, OPTION, ColorStyle.Pass);
|
||||
|
@ -103,4 +104,4 @@ namespace NUnit.Common.Tests
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче