Coverage Report - org.jbehave.core.failures.PassingUponPendingStep
 
Classes in this File Line Coverage Branch Coverage Complexity
PassingUponPendingStep
100%
2/2
N/A
1
 
 1  
 package org.jbehave.core.failures;
 2  
 
 3  623
 public final class PassingUponPendingStep implements PendingStepStrategy {
 4  
 
 5  
         public void handleFailure(Throwable throwable) {
 6  
                 // do nothing
 7  4
         }
 8  
 
 9  
 }