Guest User

Untitled

a guest
Nov 12th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [ClassInitialize()]
  2. public static void IntegerInitialize(TestContext testContext)
  3. {
  4. //set the values of the two numbers we'll be using
  5. number1 = 10;
  6. number2 = 5;
  7. }
Add Comment
Please, Sign In to add comment