Skip to content

Ignore If #39

@ashleyfrieze

Description

@ashleyfrieze

Summary

Explain in a couple of sentences the problem/goal you have.

Json Examples

Simplest Input JSON

Provide the simplest JSON that can illustrate the problem/goal

{"name":"foo"}

Simplest comparison

Compare with

{"name":null}

Expected green or red test

Show the simplest test code that you think should pass or fail for this to work.

assert(actual)
  .where()
    .path(ANY_SUBTREE).ignoreIfExpected().isNull()
  .isEqualTo(expected);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions