Class LabelExtractor


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

      Constructors 
      Constructor Description
      LabelExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> extractLabels​(com.github.javaparser.ast.body.MethodDeclaration testMethod)  
      java.lang.String getAnnotationValue​(com.github.javaparser.ast.expr.AnnotationExpr annotation)  
      • Methods inherited from class java.lang.Object

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

      • LabelExtractor

        public LabelExtractor()
    • Method Detail

      • extractLabels

        public java.util.List<java.lang.String> extractLabels​(com.github.javaparser.ast.body.MethodDeclaration testMethod)
      • getAnnotationValue

        public java.lang.String getAnnotationValue​(com.github.javaparser.ast.expr.AnnotationExpr annotation)