Skip to content

Instantly share code, notes, and snippets.

@devjaime
Created March 18, 2019 02:10
Show Gist options
  • Select an option

  • Save devjaime/f38859109727033e60a5023ddcd611a7 to your computer and use it in GitHub Desktop.

Select an option

Save devjaime/f38859109727033e60a5023ddcd611a7 to your computer and use it in GitHub Desktop.
clase test
[TestClass()]
public class AccountTests
{
[TestMethod()]
public void DepositTest()
{
Assert.Fail();
}
[TestMethod()]
public void WithdrawTest()
{
Assert.Fail();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment