Beispiel #1
0
        public void ValidateProfileFunctionTest()
        {
            LimitProductBusiness_Accessor target = new LimitProductBusiness_Accessor(); // TODO: Initialize to an appropriate value
            MA_LIMIT_PRODUCT data     = null;                                           // TODO: Initialize to an appropriate value
            bool             expected = false;                                          // TODO: Initialize to an appropriate value
            bool             actual;

            actual = target.ValidateProfileFunction(data);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
 public void ValidateProfileFunctionTest()
 {
     LimitProductBusiness_Accessor target = new LimitProductBusiness_Accessor(); // TODO: Initialize to an appropriate value
     MA_LIMIT_PRODUCT data = null; // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.ValidateProfileFunction(data);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }