DefaultSdkProvider
@ExtensionPoint public interface SdkProvider
Sdk
. Implement this interface if you need to provide
SDKs in a special way for your environment.
This is an extension point for Robolectric; see org.robolectric.pluginapi
for details.Modifier and Type | Method | Description |
---|---|---|
Collection<Sdk> |
getSdks() |
Returns the set of SDKs available to run tests against.
|
Collection<Sdk> getSdks()