Update EmployeeTest.java

parent bc673f54
......@@ -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,
......
Markdown is supported
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