Last active
August 29, 2015 14:17
-
-
Save adamralph/bf496b05510e81edc9d4 to your computer and use it in GitHub Desktop.
Messages from an xbehave 2.0 beta 7 scenario with 3 steps
This file contains hidden or 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
With all steps passing: | |
TestAssemblyStarting | |
TestCollectionStarting | |
TestClassStarting | |
TestMethodStarting | |
TestCaseStarting | |
TestStarting | |
TestPassed | |
TestFinished | |
TestStarting | |
TestPassed | |
TestFinished | |
TestStarting | |
TestPassed | |
TestFinished | |
TestCaseFinished | |
TestMethodFinished | |
TestClassFinished | |
TestCollectionFinished | |
TestAssemblyFinished |
This file contains hidden or 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
With one step passing, one step skipped and one step failing: | |
TestAssemblyStarting | |
TestCollectionStarting | |
TestClassStarting | |
TestMethodStarting | |
TestCaseStarting | |
TestStarting | |
TestPassed | |
TestFinished | |
TestStarting | |
TestSkipped | |
TestFinished | |
TestStarting | |
TestFailed | |
TestFinished | |
TestCaseFinished | |
TestMethodFinished | |
TestClassFinished | |
TestCollectionFinished | |
TestAssemblyFinished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment