You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is. Make sure to include a version o Knot.x you use.
To Reproduce
Add following test to KnotxAssertionsTest:
@DisplayName("Missing JsonArray ends with failure.")
@Test
void missingArray() {
shouldFail(
new JsonObject().put("A", new JsonArray()),
new JsonObject(),
"[A]");
}
Expected behavior AssertionError thrown
Actual behavior NullPointerException thrown
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is. Make sure to include a version o Knot.x you use.
To Reproduce
Add following test to
KnotxAssertionsTest
:Expected behavior
AssertionError
thrownActual behavior
NullPointerException
thrownThe text was updated successfully, but these errors were encountered: