Example #1
0
 public void TestInitialize()
 {
     notepadSession    = new NotepadSession();
     calculatorSession = new CalculatorSession();
 }
Example #2
0
 public static void ClassInitialize(TestContext testContext)
 {
     notepadSession    = new NotepadSession();
     calculatorSession = new CalculatorSession();
 }