You can use the attribute [Ignore] to tell the MSTest engine not to run a test instead of commenting it.
[Ignore] [TestMethod] public void IgnoredAgainTest() { //The actual code is not important; }
Комментариев нет:
Отправить комментарий