예제 #1
0
 public void formTestAddConstructorTest()
 {
     string teclass = string.Empty; // TODO: Initialize to an appropriate value
     formTestAdd target = new formTestAdd(teclass);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
예제 #2
0
 /// <summary>
 ///     Pulls up the form for adding a test
 /// </summary>
 private void btnAddTest_Click(object sender, EventArgs e)
 {
     formTestAdd test = new formTestAdd(teachclass);
     test.ShowDialog();
 }