public void PercentRecFacesTest()
        {
            PrivateObject param0 = null;                                                  // TODO: Initialize to an appropriate value
            RecognizeEventArgs_Accessor target = new RecognizeEventArgs_Accessor(param0); // TODO: Initialize to an appropriate value
            double expected = 0F;                                                         // TODO: Initialize to an appropriate value
            double actual;

            target.PercentRecFaces = expected;
            actual = target.PercentRecFaces;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void MethodNameTest()
        {
            PrivateObject param0 = null;                                                  // TODO: Initialize to an appropriate value
            RecognizeEventArgs_Accessor target = new RecognizeEventArgs_Accessor(param0); // TODO: Initialize to an appropriate value
            string expected = string.Empty;                                               // TODO: Initialize to an appropriate value
            string actual;

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