Coverage Report - org.jbehave.core.io.StoryLoader
 
Classes in this File Line Coverage Branch Coverage Complexity
StoryLoader
N/A
N/A
1
 
 1  
 package org.jbehave.core.io;
 2  
 
 3  
 public interface StoryLoader {
 4  
 
 5  
     String loadStoryAsText(String storyPath);
 6  
 
 7  
 }