Exemplo n.º 1
0
        public void Test_2()
        {
            string Test_1 = Röhiche_Zahl.Eingabe(13001);

            Assert.AreEqual("zu groß", Test_1);
        }
Exemplo n.º 2
0
        public void Test_3()
        {
            string Test_1 = Röhiche_Zahl.Eingabe(3000);

            Assert.AreEqual("MMM", Test_1);
        }
Exemplo n.º 3
0
        public void Test_1()
        {
            string Test_1 = Röhiche_Zahl.Eingabe(498);

            Assert.AreEqual("CDXCVIII", Test_1);
        }