Skip to content

support isAbstract. #1479

@xenoterracide

Description

@xenoterracide

I want to enforce my rules when the class is not an abstract class

classes().that().implement(AggregateRoot.class).andAreNotAbstract().should().haveNameNotMatching(".*Aggregate.*").check(javaClasses);

I checked the java predicate class and also didn't find any method that allows checking that the class is abstract.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions