Should fail
This commit is contained in:
13
CommitHookTest/TestProject/Test1.cs
Normal file
13
CommitHookTest/TestProject/Test1.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace TestProject
|
||||
{
|
||||
[TestClass]
|
||||
public sealed class Test1
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
Assert.Fail("intentionally failing...");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user