test

var test: suspend (env: TestEnvironment, client: SdkHttpClient) -> Unit

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).