Exemple #1
0
 public void TestMethod2()
 {
     ex2_2.ParseandGenerateXML();
     Assert.IsTrue(File.Exists("archivo1.xml"));
     Assert.IsTrue(File.Exists("archivo2.xml"));
     Assert.IsTrue(File.Exists("archivo3.xml"));
 }