Exemplo n.º 1
0
 /// <summary>
 /// Gets the data driven file and set the test name.
 /// </summary>
 /// <returns>Return the data driven file and set the test name.</returns>
 public static IEnumerable LinksExcel()
 {
     return(DataDrivenHelper.ReadXlsxDataDriveFile(ProjectBaseConfiguration.DataDrivenFileXlsx, "links"));
 }