Ejemplo n.º 1
0
        public void Test_demo_error()
        {
            //act
            Action act = () => _demo.demo_error("hi");

            Assert.Throws <ArgumentException>(act);
        }