TNG / JGiven

Behavior-Driven Development in plain Java
http://jgiven.org
Apache License 2.0
436 stars 99 forks source link

status of test with one failed case is reported as failed #156

Closed adrian-herscu closed 8 years ago

adrian-herscu commented 8 years ago

Given JGiven 0.9.4 And a test with multiple cases And at least one case fails When running the test Then the test is report as FAILED

I would expect it to be PARTIALLY FAILED with x failing cases out of n.

janschaefer commented 8 years ago

I agree. I actually had that already on my internal list ;-)