Skip to content

Instantly share code, notes, and snippets.

@adamralph
Last active August 29, 2015 14:17
Show Gist options
  • Save adamralph/bf496b05510e81edc9d4 to your computer and use it in GitHub Desktop.
Save adamralph/bf496b05510e81edc9d4 to your computer and use it in GitHub Desktop.
Messages from an xbehave 2.0 beta 7 scenario with 3 steps
With all steps passing:
TestAssemblyStarting
TestCollectionStarting
TestClassStarting
TestMethodStarting
TestCaseStarting
TestStarting
TestPassed
TestFinished
TestStarting
TestPassed
TestFinished
TestStarting
TestPassed
TestFinished
TestCaseFinished
TestMethodFinished
TestClassFinished
TestCollectionFinished
TestAssemblyFinished
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