コード例 #1
0
ファイル: Form1Test.cs プロジェクト: ipranayk/programming
 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.");
 }