Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Kotest assertions for Jetbrain's Ktor

License

Notifications You must be signed in to change notification settings

kotest/kotest-assertions-ktor

Repository files navigation

kotest-assertions-ktor

This project has been promoted to the top level Kotest repo. Please follow development and raise issues on that project.

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