Exemple #1
0
        public void GetNewDealNoTest()
        {
            DealBusiness target    = new DealBusiness(); // TODO: Initialize to an appropriate value
            DateTime     dteEngine = new DateTime();     // TODO: Initialize to an appropriate value
            string       expected  = string.Empty;       // TODO: Initialize to an appropriate value
            string       actual;

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