Example of Test Reporting With BigHorn
12 tests were run.
| goodSubtraction tested by | |
| example_of_test_reporting_with_BigHorn::test_goodSubtractionFourMinusTwo | |
| expected result : | 2 |
| actual result : | 2 |
|
description
Subtraction : 4 - 2.
|
|
| goodSubtraction tested by | |
| example_of_test_reporting_with_BigHorn::test_goodSubtractionEightMinusSeven | |
| expected result : | 1 |
| actual result : | 1 |
|
description
Subtraction : 8 - 7.
|
|
| badSubtraction tested by | |
| example_of_test_reporting_with_BigHorn::test_badSubtractionFourMinusTwo | |
| expected result : | 2 |
| actual result : | 4 |
|
description
Subtraction : 4 - 2.
|
|
| badSubtraction tested by | |
| example_of_test_reporting_with_BigHorn::test_badSubtractionEightMinusSeven | |
| expected result : | 1 |
| actual result : | 4 |
|
description
Subtraction : 8 - 7.
|
|
| goodAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_goodAdditionOnePlusFive | |
| expected result : | 6 |
| actual result : | 1 |
|
description
Addition : 1 + 5.
|
|
| goodAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_goodAdditionFourPlusFive | |
| expected result : | 9 |
| actual result : | 4 |
|
description
Addition : 4 + 5.
|
|
| goodAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_goodAdditionSixPlusThree | |
| expected result : | 9 |
| actual result : | 6 |
|
description
Addition : 6 + 3.
|
|
| goodAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_goodAdditionTwoPlusTwo | |
| expected result : | 4 |
| actual result : | 2 |
|
description
Addition : 2 + 2.
|
|
| badAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_badAdditionOnePlusFive | |
| expected result : | 6 |
| actual result : | 9 |
|
description
Addition : 1 + 5.
|
|
| badAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_badAdditionFourPlusFive | |
| expected result : | 9 |
| actual result : | 9 |
|
description
Addition : 4 + 5.
|
|
| badAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_badAdditionSixPlusThree | |
| expected result : | 9 |
| actual result : | 9 |
|
description
Addition : 6 + 3.
|
|
| badAddition tested by | |
| example_of_test_reporting_with_BigHorn::test_badAdditionTwoPlusTwo | |
| expected result : | 4 |
| actual result : | 9 |
|
description
Addition : 2 + 2.
|
|
badAddition (4)
goodAddition (4)
badSubtraction (2)
goodSubtraction (2)
Most tests : 4