Esempio n. 1
0
        public void OutputFilterTest()
        {
            WeaveCall target = new WeaveCall();

            InlineInstruction val = null; // TODO: Assign to an appropriate value for the property

            target.OutputFilter = val;


            Assert.AreEqual(val, target.OutputFilter, "Composestar.StarLight.Entities.WeaveSpec.WeaveCall.OutputFilter was not set corre" +
                            "ctly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
        public void MethodNameTest()
        {
            WeaveCall target = new WeaveCall();

            string val = null; // TODO: Assign to an appropriate value for the property

            target.MethodName = val;


            Assert.AreEqual(val, target.MethodName, "Composestar.StarLight.Entities.WeaveSpec.WeaveCall.MethodName was not set correct" +
                            "ly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }