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

            actual = target.GetAll();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }