As described here the usual way extension variants are implemented throughout the kotest core assertions is that they allow chaining multiple assertions.
This is useful for e.g. chaining multiple assertions on one test-subject in an easy way.
Is there something Ktor specific that speaks against this for HttpResponse and/or TestApplicationResponse?
As described here the usual way extension variants are implemented throughout the kotest core assertions is that they allow chaining multiple assertions.
This is useful for e.g. chaining multiple assertions on one test-subject in an easy way.
Is there something Ktor specific that speaks against this for
HttpResponse
and/orTestApplicationResponse
?