-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some bugs. Moved from FileWriter to File in UnitFormatter
- Loading branch information
Showing
9 changed files
with
82 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
core/src/test/resources/cucumber/formatter/UnitFormatterTest_1.report.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,8 @@ Feature: Feature_3 | |
| 12 | 5 | 7 | | ||
| 20 | 5 | 15 | | ||
|
||
Scenario: Scenario_2 | ||
Given a | ||
Then b | ||
When c | ||
|
44 changes: 39 additions & 5 deletions
44
core/src/test/resources/cucumber/formatter/UnitFormatterTest_3.report.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,39 @@ | ||
<testsuite errors="1" failures="0" hostname="hazelnut.osuosl.org" name="net.cars.engine.BougieTest" tests="2" | ||
time="0.017" timestamp="2007-11-02T23:13:50"> | ||
<testcase classname="Feature:Feature_3" name="Scenario:Scenario_1" time="1"/> | ||
<testcase classname="Feature:Feature_3" name="Scenario:Scenario_2" time="1"/> | ||
</testsuite> | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<testsuite failed="0" tests="4"> | ||
<testcase classname="Feature_3" name="Scenario_1" time="0"> | ||
<skipped><![CDATA[Given bg_1.................................................................undefined | ||
When bg_2..................................................................undefined | ||
Then bg_3..................................................................undefined | ||
Given step_1................................................................undefined | ||
When step_2.................................................................undefined | ||
Then step_3.................................................................undefined | ||
]]></skipped> | ||
</testcase> | ||
<testcase classname="Feature_3" name="ScenarioOutline_1_2" time="0"> | ||
<skipped><![CDATA[Given bg_1.................................................................undefined | ||
When bg_2..................................................................undefined | ||
Then bg_3..................................................................undefined | ||
Given so_1 12................................................................undefined | ||
When so_2 7 cucumbers............................................................undefined | ||
Then 5 so_3.................................................................undefined | ||
]]></skipped> | ||
</testcase> | ||
<testcase classname="Feature_3" name="ScenarioOutline_1_1" time="0"> | ||
<skipped><![CDATA[Given bg_1.................................................................undefined | ||
When bg_2..................................................................undefined | ||
Then bg_3..................................................................undefined | ||
Given so_1 20................................................................undefined | ||
When so_2 15 cucumbers...........................................................undefined | ||
Then 5 so_3.................................................................undefined | ||
]]></skipped> | ||
</testcase> | ||
<testcase classname="Feature_3" name="Scenario_2" time="0"> | ||
<skipped><![CDATA[Given bg_1.................................................................undefined | ||
When bg_2..................................................................undefined | ||
Then bg_3..................................................................undefined | ||
Given a...................................................................undefined | ||
Then b...................................................................undefined | ||
When c...................................................................undefined | ||
]]></skipped> | ||
</testcase> | ||
</testsuite> |