コード例 #1
0
 public void GetStudentType_Should_Cover_All_Outputs()
 {
     CheckOutputEnumCoverage((DemographicStudentType l) => ImportDemographicsOperation.GetStudentType(l));
 }
コード例 #2
0
 public void GetStudentType_Should_Not_Cover_Unknown_Input()
 {
     CheckInputNotInRange((DemographicStudentType l) => ImportDemographicsOperation.GetStudentType(l));
 }