コード例 #1
0
ファイル: ProgramTest.cs プロジェクト: xPutnikx/Template
 public void RenderTest()
 {
     Program_Accessor target = new Program_Accessor(); // TODO: Initialize to an appropriate value
     target.Render();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
コード例 #2
0
ファイル: ProgramTest.cs プロジェクト: xPutnikx/Template
 public void ProgramConstructorTest()
 {
     Program_Accessor target = new Program_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }