Exemple #1
0
 public void TestInitialize()
 {
     Debug.WriteLine("test initialize");
     tr = new Task4.Triangle(0, 0, 1, 1, 0, 1);
 }
Exemple #2
0
 public static void ClassInitialize(TestContext testcontext)
 {
     Debug.WriteLine("class initialize");
     tr = new Task4.Triangle(0, 0, 1, 1, 0, 1);
 }