Skip to content

assertj-db SoftAssertion doesnt work with assertj-core 3.19.0 #126

Description

@fafafifi123

This was ok if i use assertj-core 3.15.0 SoftAssertions , but it breaks in assertj-core 3.19.0 .
Its due to generic return type

 public RequestAssert assertThat(Request actual) {
        return proxy(RequestAssert.class, Request.class, actual);
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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