EngineTestBuilder
class EngineTestBuilder
Configure the test
Properties
Link copied to clipboard
The number of coroutines to launch. Each coroutine will invoke test
Link copied to clipboard
Lambda function invoked to configure the HttpClientEngineConfig to use for the test. If not specified HttpClientEngineConfig.Default is used
Link copied to clipboard
Lambda function that is invoked with the current test environment and an SdkHttpClient configured with an engine loaded by AbstractEngineTest. Invoke calls against test routes and make assertions here. This will potentially be invoked multiple times (once for each engine supported by a platform).
Inherited functions
Link copied to clipboard
Link copied to clipboard
fun EngineTestBuilder.test(block: suspend (env: TestEnvironment, <Error class: unknown class>) -> Unit)