| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| FailingUponPendingStep |
|
| 2.0;2 |
| 1 | package org.jbehave.core.failures; | |
| 2 | ||
| 3 | 2 | public final class FailingUponPendingStep implements PendingStepStrategy { |
| 4 | ||
| 5 | public void handleFailure(Throwable throwable) throws Throwable { | |
| 6 | 1 | throw throwable; |
| 7 | } | |
| 8 | ||
| 9 | } |