Skip to content

Instantly share code, notes, and snippets.

@15mgm15
Created December 2, 2017 18:34
Show Gist options
  • Save 15mgm15/e28e9bf68e8c472c7b0348fbfe4c990c to your computer and use it in GitHub Desktop.
Save 15mgm15/e28e9bf68e8c472c7b0348fbfe4c990c to your computer and use it in GitHub Desktop.
[TestFixture]
public class Test
{
[Test]
public void TestCase()
{
Assert.IsTrue(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment