public void ResponseIsNull() { List <MockEmployeeTest> list = GetList(); report.CreateExcel(list, null); }
public void GenerateExcelWithoutAnnotationName() { List <ClassTestWithoutName> list = GetWithoutExcelNameList(); report.CreateExcel(list, response); }