public void CallTest() { PrivateObject param0 = null; // TODO: Initialize to an appropriate value TwoWayResult_Accessor target = new TwoWayResult_Accessor(param0); // TODO: Initialize to an appropriate value ClientCall expected = null; // TODO: Initialize to an appropriate value ClientCall actual; target.Call = expected; actual = target.Call; Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }