예제 #1
0
        public void SimpleTest8()
        {
            var x = new customer("Firma 1", 150, 0);

            Assert.IsTrue(x.Name == "Firma 1");
        }
예제 #2
0
        public void SimpleTest2()
        {
            var x = new customer("Firma 1", 120, 0);

            Assert.IsTrue(x.Description == "Firma 1");
        }