Esempio n. 1
0
        public void GetPartCategoriesTest1()
        {
            PartCategoryBLL     target   = new PartCategoryBLL(); // TODO: Initialize to an appropriate value
            List <PartCategory> expected = null;                  // TODO: Initialize to an appropriate value
            List <PartCategory> actual;

            actual = target.GetPartCategories();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
        public void PartCategoryBLLConstructorTest()
        {
            PartCategoryBLL target = new PartCategoryBLL();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }