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"); }
/// <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(); }