Package com.karuslabs.elementary.junit.annotations


package com.karuslabs.elementary.junit.annotations
Contains annotations used in com.karuslabs.elementary.junit.
  • Annotation Interfaces
    Class
    Description
    Denotes a class on the current classpath to be included for compilation.
    A container type for Classpath.
    Denotes an inline Java source file to be included for compilation.
    A container type for Inline.
    Denotes that the containing file of the annotated element is to be included for compilation.
    An annotation to mark and simplify retrieval of elements in tests extended with ToolsExtension.
    Denotes the groups of labeled Elements to be used as parameters in a parameterized test.
    Represents the javac options to use during compilation.
    Denotes the annotation processors to be applied during compilation.
    Denotes a resource on the current classpath to be included for compilation.
    A container type for Resource.
    A meta-annotation that documents usage of the other annotations by JUnit extensions in com.karuslabs.elementary.junit.