Hello
iam trying to run
ExampleTestCase.cpp it dumps with the output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ExampleTestCase::example : assertion
ExampleTestCase::anotherExample : assertion
ExampleTestCase::testAdd : assertion
ExampleTestCase::testDivideByZeroArithmetic Exception(coredump)
~~~~~~~~~~~~~~~~~~~~~~~~~
Hello
iam trying to run
ExampleTestCase.cpp it dumps with the output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ExampleTestCase::example : assertion
ExampleTestCase::anotherExample : assertion
ExampleTestCase::testAdd : assertion
ExampleTestCase::testDivideByZeroArithmetic Exception(coredump)
~~~~~~~~~~~~~~~~~~~~~~~~~
the expected output is
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ExampleTestCase::example : assertion
ExampleTestCase::anotherExample : assertion
ExampleTestCase::binaryExample : assertion
ExampleTestCase::testAdd : assertion
ExampleTestCase::testDivideByZero : OK
ExampleTestCase::testEquals : assertion
ExampleTestCase.cpp:7:Assertion
[...]
Failures !!!
Run: 6 Failure total: 5 Failures: 5 Errors: 0
can anyone help please
Rgds,
Chai