예제 #1
0
        public void TestMethodB()
        {
            int    t               = 23;
            string valore          = Gestione.ContoB(t);
            string valoreaspettato = $"la tariffa B costa {23}";

            Assert.AreEqual(valore, valoreaspettato);
        }