示例#1
0
        public void AreaGroupsTest()
        {
            //IEnumerable<LOV_AREAGROUP> expected = null; // TODO: Initialize to an appropriate value
            IEnumerable <LOV_AREAGROUP> actual;

            actual = ListOfValues.AreaGroups();

            // Test of the numer of entries in LOV
            Assert.AreEqual(5, actual.Count());

            Assert.Inconclusive("Verify the correctness of this test method.");
        }