예제 #1
0
        public void HasOutputFiltersTest()
        {
            WeaveType target = new WeaveType();

            bool val = false; // TODO: Assign to an appropriate value for the property


            Assert.AreEqual(val, target.HasOutputFilters, "Composestar.StarLight.Entities.WeaveSpec.WeaveType.HasOutputFilters was not set c" +
                            "orrectly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
예제 #2
0
        public void NameTest()
        {
            WeaveType target = new WeaveType();

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

            target.Name = val;


            Assert.AreEqual(val, target.Name, "Composestar.StarLight.Entities.WeaveSpec.WeaveType.Name was not set correctly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
예제 #3
0
        public void ExternalsTest()
        {
            WeaveType target = new WeaveType();

            System.Collections.Generic.List <Composestar.StarLight.Entities.WeaveSpec.External> val = null; // TODO: Assign to an appropriate value for the property

            target.Externals = val;


            Assert.AreEqual(val, target.Externals, "Composestar.StarLight.Entities.WeaveSpec.WeaveType.Externals was not set correctl" +
                            "y.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }