public void TestConvert5() { string a = "CM"; var clase = new Class1(); int resultado = clase.convertir(a); Assert.IsTrue(resultado.Equals(900)); }