Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Soumya Sree Sridharala
junit-assignment
Commits
19252674
Commit
19252674
authored
3 years ago
by
Soumya Sree Sridharala
Browse files
Options
Download
Email Patches
Plain Diff
Update EmployeeTest.java
parent
bc673f54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/com/nisum/junit/EmployeeTest.java
+1
-1
src/test/java/com/nisum/junit/EmployeeTest.java
with
1 addition
and
1 deletion
+1
-1
src/test/java/com/nisum/junit/EmployeeTest.java
+
1
-
1
View file @
19252674
...
...
@@ -20,7 +20,7 @@ public class EmployeeTest {
}
//Csv File source
//AssetAll
//Asse
r
tAll
@ParameterizedTest
@CsvFileSource
(
resources
=
"/employees-list.csv"
,
numLinesToSkip
=
1
)
public
void
parameterizedCsvFileTest
(
String
firstName
,
String
lastName
,
int
age
,
String
addressLine1
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help