Skip to content

Cucumber tests using quarkus mockito fail after upgrading from 1.1.0 to 1.2.0 #215

@jkrmelj

Description

@jkrmelj

After upgrading to quarkus-cucumber v1.2.0 from v1.1.0 the integration tests using quarkus-junit5-mockito fail due to mockito spy not injected anymore. Within integration tests we have been using @InjectSpy annotation to spy on the objects, but when upgrading to quarkus-cucumber v1.2.0 the spies don't get injected anymore properly (or get injected as null reference).

Is this some known issues with newest version of quarkus-cucumber?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions