Skip to content

kite-testing / jp.co.cyberagent.kite.testing / TestKiteDslScope

TestKiteDslScope

@ExperimentalCoroutinesApi class TestKiteDslScope : KiteDslScope

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.

Constructors

Name Summary
<init> TestKiteDslScope(kiteContext: KiteContext = KiteContext(), testCoroutineScope: TestCoroutineScope = TestCoroutineScope())
A scope for testing kite DSL.