public void ImportStudentsTest1()
 {
     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
     int reportingPeriodID = 0; // TODO: Initialize to an appropriate value
     IEnumerable<StudentImportRecord> importRecords = null; // TODO: Initialize to an appropriate value
     target.ImportStudents(districtID, reportingPeriodID, importRecords);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }