Skip to content

Instantly share code, notes, and snippets.

@plioi
Created October 21, 2013 19:10
Show Gist options
  • Save plioi/7089236 to your computer and use it in GitHub Desktop.
Save plioi/7089236 to your computer and use it in GitHub Desktop.
##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