Ejemplo n.º 1
0
        public void is_the_same_type()
        {
            IGambling sc = new Scratch_card("Name");

            Assert.IsTrue(sc.GetType().Equals(typeof(Scratch_card)));
        }