Commit 19252674 authored by Soumya Sree Sridharala's avatar Soumya Sree Sridharala
Browse files

Update EmployeeTest.java

parent bc673f54
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ public class EmployeeTest {
}
//Csv File source
//AssetAll
//AssertAll
@ParameterizedTest
@CsvFileSource(resources = "/employees-list.csv", numLinesToSkip = 1)
public void parameterizedCsvFileTest(String firstName, String lastName, int age, String addressLine1,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment