ktor-server-test-suites / io.ktor.server.testing.suites / CompressionTestSuite

CompressionTestSuite

abstract class CompressionTestSuite<TEngine : ApplicationEngine, TConfiguration : Configuration> : EngineTestBase<TEngine, TConfiguration>

Constructors

<init>

CompressionTestSuite(hostFactory: ApplicationEngineFactory<TEngine, TConfiguration>)

Functions

testCompressionWriteToLarge

fun testCompressionWriteToLarge(): Unit

testLocalFileContentRangeWithCompression

fun testLocalFileContentRangeWithCompression(): Unit

testLocalFileContentWithCompression

fun testLocalFileContentWithCompression(): Unit

testStreamingContentWithCompression

fun testStreamingContentWithCompression(): Unit