Skip to content

Instantly share code, notes, and snippets.

@plioi
Created March 4, 2014 02:03
Show Gist options
  • Save plioi/9338895 to your computer and use it in GitHub Desktop.
Save plioi/9338895 to your computer and use it in GitHub Desktop.
Test 'CalculatorTests.ShouldAdd' failed: Hypothetical.Assertion.Library.AssertionException
Expected 999 but was 5.
Conventions\DefaultConvention.cs(10,0): at Hypothetical.Assertion.Library.Assert.AreEqual(Int32 expected, Int32 actual)
CalculatorTests.cs(14,0): at CalculatorTests.ShouldAdd()
Test 'CalculatorTests.ShouldSubtract' failed: Hypothetical.Assertion.Library.AssertionException
Expected 999 but was 2.
Conventions\DefaultConvention.cs(10,0): at Hypothetical.Assertion.Library.Assert.AreEqual(Int32 expected, Int32 actual)
CalculatorTests.cs(19,0): at CalculatorTests.ShouldSubtract()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment