Class RequirementsPath

java.lang.Object
net.thucydides.core.requirements.RequirementsPath

public class RequirementsPath
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RequirementsPath()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<java.lang.String> fileSystemPathElements​(java.lang.String path)  
    static java.util.List<java.lang.String> pathElements​(java.lang.String path)  
    static java.util.List<java.lang.String> stripRootFromPath​(java.lang.String root, java.util.List<java.lang.String> storyPathElements)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequirementsPath

      public RequirementsPath()
  • Method Details

    • stripRootFromPath

      public static java.util.List<java.lang.String> stripRootFromPath​(java.lang.String root, java.util.List<java.lang.String> storyPathElements)
    • pathElements

      public static java.util.List<java.lang.String> pathElements​(java.lang.String path)
    • fileSystemPathElements

      public static java.util.List<java.lang.String> fileSystemPathElements​(java.lang.String path)