I have an unusual use-case and was wondering if this is possible in Gatling.
The use-case involves testing that for a certain request the connection is closed by the server (rather than receiving a response).
I tried doing this (without checks, because there should be no reply) and with other constructs such as exitBlockOnFail, but always end up with an exception and a failed test.
Can this be done using the Gatling DSL?