Esempio n. 1
0
        public void TwoWayResultConstructorTest()
        {
            ClientCall   call   = null; // TODO: Initialize to an appropriate value
            TwoWayResult target = new TwoWayResult(call);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Esempio n. 2
0
        public void ExecuteResultTest()
        {
            ClientCall        call    = null;                   // TODO: Initialize to an appropriate value
            TwoWayResult      target  = new TwoWayResult(call); // TODO: Initialize to an appropriate value
            ControllerContext context = null;                   // TODO: Initialize to an appropriate value

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