In DslResponseAssertion.java line 412 (pull from Release 1.13), I see the following:
throw new UnsupportedOperationException(
String.format("The response assertion has a type (%d) which is not supported by de DSL.",
testElement.getTestType()));
Perhaps the message should be "...not supported by the DSL."?
Hi,
In
DslResponseAssertion.java
line 412 (pull from Release 1.13), I see the following:Perhaps the message should be "...not supported by the DSL."?