-
-
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.
Add fireTestStarted/Finished for undefined/pending steps in strict mode
The JUnitReporter should for each call to Result either call fireTestIgnored, or call fireTestStarted and fireTestFinished on the step notifier. In strict mode undefined and pending steps should be treated as failed steps, so fireTestStarted and fireTestFinished should be called on the step notifier.
- Loading branch information
1 parent
5df09f8
commit 76b3b57
Showing
2 changed files
with
6 additions
and
4 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