Exemplo n.º 1
0
        public void SimpleTest8()
        {
            var x = new customer("Firma 1", 150, 0);

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

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