abstracta / jmeter-java-dsl

Simple JMeter performance tests API
https://abstracta.github.io/jmeter-java-dsl/
Apache License 2.0
477 stars 59 forks source link

minor typo in DslResponseAssertion #202

Closed mikeliucc closed 1 year ago

mikeliucc commented 1 year ago

Hi,

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."?

rabelenda commented 1 year ago

You are right! thank you for noting it and reporting it.

rabelenda commented 1 year ago

This has been fixed in latest release. Thanks again for reporting it.