Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created November 22, 2017 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/6f7c2c7033a91ea498f8bf9bcb27989a to your computer and use it in GitHub Desktop.
Save debugmodedotnet/6f7c2c7033a91ea498f8bf9bcb27989a to your computer and use it in GitHub Desktop.
[TestMethod]
public void shouldaddtwonumbers()
{
int res = _calc.Add(5, 3);
Assert.AreEqual(res, 8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment