Exemplo n.º 1
0
        public void GetPrioritiesTest1()
        {
            StocktakePriorityBLL     target   = new StocktakePriorityBLL(); // TODO: Initialize to an appropriate value
            List <StocktakePriority> expected = null;                       // TODO: Initialize to an appropriate value
            List <StocktakePriority> actual;

            actual = target.GetPriorities();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemplo n.º 2
0
        public void StocktakePriorityBLLConstructorTest()
        {
            StocktakePriorityBLL target = new StocktakePriorityBLL();

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