Closed incident-recipient closed 3 years ago
Some usages of the annotation have created weird uses of inheritance to accommodate the need for a default constructor.
We should modify the listener field to follow a provider pattern or something more mature.
listener
@PdslTest( includesResources = "Some.feature", parser = SomeParser.class, lexer = SomeLexer.class, listener = PortalProspectListener.class )
Some usages of the annotation have created weird uses of inheritance to accommodate the need for a default constructor.
We should modify the
listener
field to follow a provider pattern or something more mature.