create

open fun create(): TestScopeProvider

Creates a new provider backed by an internal CompletableSubject. Useful for stubbing or if you only want to use the emit APIs

Return

the created TestScopeProvider.

open fun create(delegate: Completable): TestScopeProvider

Creates a new provider backed by {@code delegate}.

Return

the created TestScopeProvider.

Parameters

delegate

the delegate to back this with.