public void ValidateProfileFunctionTest()
 {
     ProfileFunctionBusiness_Accessor target = new ProfileFunctionBusiness_Accessor(); // TODO: Initialize to an appropriate value
     MA_PROFILE_FUNCTIONAL 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.");
 }