cucumber.runtime
Class PathWithLines

java.lang.Object
  extended by cucumber.runtime.PathWithLines

public class PathWithLines
extends Object


Field Summary
 List<Long> lines
           
 String path
           
 
Constructor Summary
PathWithLines(String pathName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

public final String path

lines

public final List<Long> lines
Constructor Detail

PathWithLines

public PathWithLines(String pathName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.