Created
October 21, 2013 19:10
-
-
Save plioi/7089236 to your computer and use it in GitHub Desktop.
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
##teamcity[testStarted name='CalculatorTests.ShouldAdd'] | |
##teamcity[testStdOut name='CalculatorTests.ShouldAdd' out='2+2 should equal 4'] | |
##teamcity[testFinished name='CalculatorTests.ShouldAdd' duration='15'] | |
##teamcity[testStarted name='CalculatorTests.ShouldSubtract'] | |
##teamcity[testStdOut name='CalculatorTests.ShouldSubtract' out='4-2 should equal 2'] | |
##teamcity[testFailed name='CalculatorTests.ShouldSubtract' details='Assert.AreEqual() Failure|r|nExpected: 2|r|nActual: 123|r|n at CalculatorTests.ShouldSubtract() in c:\path\to\CalculatorTests.cs:Line 38'] | |
##teamcity[testFinished name='CalculatorTests.ShouldAdd' duration='15'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment