Skip to content

Instantly share code, notes, and snippets.

@chsami
Created November 14, 2019 15:35
Show Gist options
  • Save chsami/3978becefe6c0c437d18c6dbf7a6cc1e to your computer and use it in GitHub Desktop.
Save chsami/3978becefe6c0c437d18c6dbf7a6cc1e to your computer and use it in GitHub Desktop.
[TestClass]
public class MyServiceTests : BaseTest
{
[TestMethod]
public void TestMethod()
{
var result = _myService.myMethod()
Assert.IsNotNull(result);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment