-
-
Save devjaime/f38859109727033e60a5023ddcd611a7 to your computer and use it in GitHub Desktop.
clase test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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