Class AnnotatedTags

java.lang.Object
net.thucydides.core.requirements.classpath.AnnotatedTags

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

    Constructors
    Constructor Description
    AnnotatedTags()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<TestTag> forClassDefinedInPath​(java.lang.String path)  
    static java.util.Map<java.lang.String,​java.util.Collection<TestTag>> forTestMethodsDefinedInPath​(java.lang.String path)  

    Methods inherited from class java.lang.Object

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

    • AnnotatedTags

      public AnnotatedTags()
  • Method Details

    • forClassDefinedInPath

      public static java.util.List<TestTag> forClassDefinedInPath​(java.lang.String path)
    • forTestMethodsDefinedInPath

      public static java.util.Map<java.lang.String,​java.util.Collection<TestTag>> forTestMethodsDefinedInPath​(java.lang.String path)