コード例 #1
0
        public void DeleteCycleCountLevelTest()
        {
            CycleCountLevelBLL target = new CycleCountLevelBLL(); // TODO: Initialize to an appropriate value
            CycleCountLevel    level  = null;                     // TODO: Initialize to an appropriate value

            target.DeleteCycleCountLevel(level);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #2
0
        public void GetCycleCountLevelTest()
        {
            CycleCountLevelBLL     target   = new CycleCountLevelBLL(); // TODO: Initialize to an appropriate value
            List <CycleCountLevel> expected = null;                     // TODO: Initialize to an appropriate value
            List <CycleCountLevel> actual;

            actual = target.GetCycleCountLevel();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #3
0
        public void CycleCountLevelBLLConstructorTest1()
        {
            CycleCountLevelBLL target = new CycleCountLevelBLL();

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