create
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.
Creates a new provider backed by {@code delegate}.
Return
the created TestScopeProvider.
Parameters
delegate
the delegate to back this with.