We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355a48 commit 514c65dCopy full SHA for 514c65d
1 file changed
core/src/main/kotlin/org/evomaster/core/output/service/TestSuiteWriter.kt
@@ -1149,7 +1149,9 @@ class TestSuiteWriter {
1149
}
1150
1151
private fun ssrfAssertionsUtilFunction(lines: Lines, format: OutputFormat) {
1152
-// lines.addBlockCommentLine()
+ lines.startCommentBlock()
1153
+ lines.addBlockCommentLine("A method for verifying requests sent to HttpCallbackVerifier.")
1154
+ lines.endCommentBlock()
1155
when {
1156
format.isKotlin() -> {
1157
lines.add("fun callbackVerifierHasServed(verifier: WireMockServer, actionName: String) : Boolean")
0 commit comments