| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| PathCalculator |
|
| 1.0;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 | } |