Class ClassInfoAnnotations

java.lang.Object
net.thucydides.core.requirements.annotations.ClassInfoAnnotations

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

    Constructors
    Constructor Description
    ClassInfoAnnotations​(com.google.common.reflect.ClassPath.ClassInfo classInfo)  
  • Method Summary

    Modifier and Type Method Description
    boolean containsTests()  
    boolean hasAnAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotationClasses)  
    boolean hasAPackageAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotationClasses)  
    static ClassInfoAnnotations theClassDefinedIn​(com.google.common.reflect.ClassPath.ClassInfo classInfo)  

    Methods inherited from class java.lang.Object

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

    • ClassInfoAnnotations

      public ClassInfoAnnotations​(com.google.common.reflect.ClassPath.ClassInfo classInfo)
  • Method Details

    • theClassDefinedIn

      public static ClassInfoAnnotations theClassDefinedIn​(com.google.common.reflect.ClassPath.ClassInfo classInfo)
    • hasAnAnnotation

      public boolean hasAnAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotationClasses)
    • hasAPackageAnnotation

      public boolean hasAPackageAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation>... annotationClasses)
    • containsTests

      public boolean containsTests()