public void TestFunctionTest() { Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value int a = 0; // TODO: Initialize to an appropriate value int b = 0; // TODO: Initialize to an appropriate value int expected = 0; // TODO: Initialize to an appropriate value int actual; actual = target.TestFunction(a, b); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }