Skip to content

kotest/kotest-assertions-ktor

Repository files navigation

kotest-assertions-ktor

Kotest assertions for Ktor.

See docs.

Please create issues on the main kotest board.

Build Status GitHub kotest @ kotlinlang.slack.com

Dependency

testImplementation("io.kotest.extensions:kotest-assertions-ktor:version")

Changelog

2.0.0

  • Updated Ktor to 2.2.3
  • Added new native targets: macosArm64, iosSimulatorArm64, watchosX86, watchosX64,watchosArm32, watchosArm64

1.0.3

  • Added matchers for Cache-Control, Content-Encoding and ETag

1.0.2

  • Fixed error message when testing header values #2

1.0.1

  • Added IR build for JS #1
  • Updated to Ktor 1.5.3