예제 #1
0
파일: UnitTest1.cs 프로젝트: pablo87/Test
 public void TestConvert6()
 {
     string a = "(fgdgd){}";
     var clase = new Class1();
     bool resultado = clase.validar(a);
     Assert.IsTrue(resultado);
 }