test Fixtures
Declares a dependency on the test fixtures of a component.
Parameters
notation
the coordinates of the component to use test fixtures for
Declares a dependency on the test fixtures of a component and allows configuring the resulting dependency.
Parameters
notation
the coordinates of the component to use test fixtures for
open fun testFixtures(dependencyProvider: Provider<MinimalExternalModuleDependency>): Provider<MinimalExternalModuleDependency>
Configures this dependency provider to select the test fixtures of the target component
Return
a new dependency provider targeting the test fixtures of the component
Parameters
dependency Provider
the dependency provider
open fun testFixtures(dependencyProviderConvertible: ProviderConvertible<MinimalExternalModuleDependency>): Provider<MinimalExternalModuleDependency>
Configures this dependency provider to select the test fixtures of the target component
Return
a new dependency provider targeting the test fixtures of the component
Parameters
dependency Provider Convertible
the dependency provider convertible that returns the dependency provider