SustainabilityTestSuite
abstract class SustainabilityTestSuite<TEngine : ApplicationEngine, TConfiguration : Configuration> :
EngineTestBase<TEngine, TConfiguration>
Constructors
SustainabilityTestSuite( |
Inherited Properties
val applicationEngineFactory: ApplicationEngineFactory<TEngine, TConfiguration> |
|
var callGroupSize: Int |
|
open val coroutineContext: <ERROR CLASS> |
|
var enableHttp2: Boolean |
|
var enableSsl: Boolean |
|
val exceptions: <ERROR CLASS><Throwable> |
|
val isUnderDebugger: Boolean |
|
var port: Int |
|
var server: TEngine? |
|
val socketReadTimeout: Int |
|
var sslPort: Int |
|
val test: TestName |
|
val testDispatcher: ExecutorCoroutineDispatcher |
|
val testLog: Logger |
|
open val timeout: Long |
|
val timeoutRule: CoroutinesTimeout |
Functions
fun testApplicationScopeCancellation(): Unit |
|
fun testBigFile(): Unit |
|
fun testBigFileHttpUrlConnection(): Unit |
|
open fun testBlockingConcurrency(): Unit |
|
open fun testBlockingDeadlock(): Unit |
|
fun testChunkedIsNotFinal(): Unit |
|
open fun testChunkedWithVSpace(): Unit |
|
open fun testChunkedWrongLength(): Unit |
|
fun testEmbeddedServerCancellation(): Unit |
|
fun testErrorInApplicationCallPipelineInterceptor(): Unit |
|
fun testErrorInApplicationReceivePipelineInterceptor(): Unit |
|
fun testErrorInApplicationSendPipelineInterceptor(): Unit |
|
open fun testErrorInEnginePipelineInterceptor(): Unit |
|
fun testGetWithBody(): Unit |
|
fun testHeaderIsTooLong(): Unit |
|
fun testIgnorePostContent(): Unit |
|
fun testLoggerOnError(): Unit |
|
fun testRepeatRequest(): Unit |
|
fun testRespondBlockingLarge(): Unit |
Inherited Functions
open fun configure(configuration: TConfiguration): Unit |
|
open fun createServer( |
|
open fun features( |
|
fun findFreePort(): Int |
|
fun setUpBase(): Unit |
|
fun tearDownBase(): Unit |
|
fun withUrl( |
Extension Functions
fun CoroutineScope. fun CoroutineScope.decodeChunked( Start a chunked stream decoder coroutine |
|
fun <TEngine : ApplicationEngine, TConfiguration : Configuration> CoroutineScope.embeddedServer( Creates an embedded server with the given factory, listening on host:port |
|
fun CoroutineScope.httpServer( Start an http server with settings invoking handler for every request |
|
fun CoroutineScope. Start an http server with settings invoking handler for every request |
|
fun CoroutineScope.mapEngineExceptions( Returns ByteReadChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException. fun CoroutineScope.mapEngineExceptions( Returns ByteWriteChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException. |
|
fun CoroutineScope.parseMultipart( fun CoroutineScope.parseMultipart( fun CoroutineScope. Starts a multipart parser coroutine producing multipart events |
|
fun CoroutineScope.pinger( Launch pinger coroutine on CoroutineScope that is sending ping every specified period to outgoing channel, waiting for and verifying client’s pong frames. It is also handling timeout and sending timeout close frame fun CoroutineScope.pinger( Launch pinger coroutine on CoroutineScope that is sending ping every specified periodMillis to outgoing channel, waiting for and verifying client’s pong frames. It is also handling timeoutMillis and sending timeout close frame |
|
fun CoroutineScope.pinger( Launch pinger coroutine on CoroutineScope that is sending ping every specified period to outgoing channel, waiting for and verifying client’s pong frames. It is also handling timeout and sending timeout close frame |
|
fun CoroutineScope.ponger( Launch a ponger actor job on the CoroutineScope sending pongs to outgoing channel. It is acting for every client’s ping frame and replying with corresponding pong |
|
fun CoroutineScope.reader( fun CoroutineScope.reader( |
|
fun CoroutineScope. Start connection HTTP pipeline invoking handler for every request. Note that handler could be invoked multiple times concurrently due to HTTP pipeline nature |
|
fun CoroutineScope.startServerConnectionPipeline( Start connection HTTP pipeline invoking handler for every request. Note that handler could be invoked multiple times concurrently due to HTTP pipeline nature |
|
fun CoroutineScope. Start multirange response writer coroutine |
|
fun CoroutineScope.writer( fun CoroutineScope.writer( |