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

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

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