public void FindOrCreateClassTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     StudentImporter2_Accessor target = new StudentImporter2_Accessor(param0); // TODO: Initialize to an appropriate value
     int districtID = 0; // TODO: Initialize to an appropriate value
     School school = null; // TODO: Initialize to an appropriate value
     int schoolPeriodID = 0; // TODO: Initialize to an appropriate value
     Teacher teacher = null; // TODO: Initialize to an appropriate value
     NewStudentImport newStudentImport = null; // TODO: Initialize to an appropriate value
     Class expected = null; // TODO: Initialize to an appropriate value
     Class actual;
     actual = target.FindOrCreateClass(districtID, school, schoolPeriodID, teacher, newStudentImport);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }