Coverage Report - org.jbehave.core.io.PathCalculator
 
Classes in this File Line Coverage Branch Coverage Complexity
PathCalculator
N/A
N/A
1
 
 1  
 package org.jbehave.core.io;
 2  
 
 3  
 /**
 4  
  * Calculates the paths to given stories.
 5  
  */
 6  
 public interface PathCalculator {
 7  
     String calculate(String root, String path);
 8  
 }