The OP plugin currently needs two different test-jar dependencies to import classes for its tests:
idp-conf-impl: AbstractFlowTest is extended by the AbstractOidcFlowTest in OP, which is the base class for all the flow tests
idp-conf-impl
idp-authn-impl: BaseAuthenticationContextTest is extended by some unit tests
idp-authn-impl
The OP plugin currently needs two different test-jar dependencies to import classes for its tests:
idp-conf-impl
: AbstractFlowTest is extended by the AbstractOidcFlowTest in OP, which is the base class for all the flow testsidp-authn-impl
: BaseAuthenticationContextTest is extended by some unit tests