Skip to content

kite-testing / jp.co.cyberagent.kite.testing / TestKiteDslScope / <init>

<init>

TestKiteDslScope(kiteContext: KiteContext = KiteContext(), testCoroutineScope: TestCoroutineScope = TestCoroutineScope())

A scope for testing kite DSL.

The scope provides some default contextual value for running test synchronously.

You can override above default contextual value via kiteContext.

Parameters

kiteContext - additional context.

testCoroutineScope - the coroutine scope of the KiteDslScope.