Created
March 4, 2014 02:03
-
-
Save plioi/9338895 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
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