Beispiel #1
0
        public void AcceptTest()
        {
            SwitchInstruction target = new SwitchInstruction();

            IVisitor visitor = null; // TODO: Initialize to an appropriate value

            target.Accept(visitor);

            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }