Guest User

Untitled

a guest
Nov 12th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. [TestMethod]
  2. public void Test_Multiplication()
  3. {
  4. int product = number1 * number2;
  5. Assert.AreEqual(product, 50);
  6. }
Add Comment
Please, Sign In to add comment