Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable @AnalyzeClasses annotation to be used as meta annotation #1300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 25, 2024

  1. enable @AnalyzeClasses annotation to be used as meta annotation

    so far users are forced to repeat `@AnalyzeClasses` annotation an every test class.
    This cause additional maintenance overhead when common properties (e.g. package structure) changes.
    To support the DRY approach, `@AnalzyeClasses` annotation can now be used as meta annotation.
    
    Resolves: TNG#182
    Signed-off-by: Mathze <270275+mathze@users.noreply.github.com>
    mathze committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4e75e03 View commit details
    Browse the repository at this point in the history