Skip to content

isIn/isNotIn show incorrect text #569

@dalewking

Description

@dalewking

An assertion of the form

        assertThat(5).isIn(1, 2, 3, 4)

Displays an incorrect message:

expected:<[1, 2, 3, 4]> to contain:<5>

That should be more like

expected:<5> to be in:<[1, 2, 3, 4]>

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