コード例 #1
0
        public void GetStocktakeTypesTest1()
        {
            StocktakeTypeBLL     target   = new StocktakeTypeBLL(); // TODO: Initialize to an appropriate value
            List <StocktakeType> expected = null;                   // TODO: Initialize to an appropriate value
            List <StocktakeType> actual;

            actual = target.GetStocktakeTypes();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #2
0
        public void StocktakeTypeBLLConstructorTest()
        {
            StocktakeTypeBLL target = new StocktakeTypeBLL();

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