File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/tests/workers/imports Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ public void validateTestSuite() throws JsonProcessingException {
45
45
@ Test
46
46
public void validateTestRun () throws JsonProcessingException {
47
47
TestRunDto actualTestRun = nUnitV3 .getTestRun ();
48
- assertEquals (mapper .serialize (actualTestRun ), FileUtils .getResourceFileAsString ("reports/Nunit3/testrun .json" ));
48
+ assertEquals (mapper .serialize (actualTestRun ), FileUtils .getResourceFileAsString ("reports/Nunit3/testRun .json" ));
49
49
}
50
50
51
51
@ Test
52
52
public void validateTestResults () throws JsonProcessingException {
53
53
List <TestResultDto > actualTestResults = nUnitV3 .getTestResults ();
54
- assertEquals (mapper .serialize (actualTestResults ), FileUtils .getResourceFileAsString ("reports/Nunit3/results .json" ));
54
+ assertEquals (mapper .serialize (actualTestResults ), FileUtils .getResourceFileAsString ("reports/Nunit3/testResults .json" ));
55
55
}
56
56
}
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ public void validateTestSuite() throws JsonProcessingException {
45
45
@ Test
46
46
public void validateTestRun () throws JsonProcessingException {
47
47
TestRunDto actualTestRun = nUnitV3 .getTestRun ();
48
- assertEquals (mapper .serialize (actualTestRun ), FileUtils .getResourceFileAsString ("reports/Nunit3/testrun .json" ));
48
+ assertEquals (mapper .serialize (actualTestRun ), FileUtils .getResourceFileAsString ("reports/Nunit3/testRun .json" ));
49
49
}
50
50
51
51
@ Test
52
52
public void validateTestResults () throws JsonProcessingException {
53
53
List <TestResultDto > actualTestResults = nUnitV3 .getTestResults ();
54
- assertEquals (mapper .serialize (actualTestResults ), FileUtils .getResourceFileAsString ("reports/Nunit3/results .json" ));
54
+ assertEquals (mapper .serialize (actualTestResults ), FileUtils .getResourceFileAsString ("reports/Nunit3/testResults .json" ));
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments