- get(Class<T>) - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration
-
Returns the configuration instance of the specified class for the current test.
- get() - Method in interface org.robolectric.pluginapi.config.GlobalConfigProvider
-
- get(Class<T>) - Method in class org.robolectric.pluginapi.perf.Metadata
-
- getAndroidCodeName() - Method in class org.robolectric.pluginapi.Sdk
-
Returns the Android codename for this SDK.
- getAndroidVersion() - Method in class org.robolectric.pluginapi.Sdk
-
- getApiLevel() - Method in class org.robolectric.pluginapi.Sdk
-
- getArtifactId() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- getClassifier() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- getConfig(Class<?>, Method) - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy
-
Determine the configuration for the given test class and method.
- getConfigClass() - Method in interface org.robolectric.pluginapi.config.Configurer
-
Retrieve the class type for this Configurer
- getConfigFor(String) - Method in interface org.robolectric.pluginapi.config.Configurer
-
Returns the configuration for a given package.
- getConfigFor(Class<?>) - Method in interface org.robolectric.pluginapi.config.Configurer
-
Returns the configuration for the given class.
- getConfigFor(Method) - Method in interface org.robolectric.pluginapi.config.Configurer
-
Returns the configuration for the given method.
- getCount() - Method in class org.robolectric.pluginapi.perf.Metric
-
- getElapsedNs() - Method in class org.robolectric.pluginapi.perf.Metric
-
- getGroupId() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- getJarPath() - Method in class org.robolectric.pluginapi.Sdk
-
Returns the path to jar for this SDK.
- getLocalArtifactUrl(DependencyJar) - Method in interface org.robolectric.internal.dependency.DependencyResolver
-
- getLocalArtifactUrls(DependencyJar) - Method in interface org.robolectric.internal.dependency.DependencyResolver
-
- getMaxNs() - Method in class org.robolectric.pluginapi.perf.Metric
-
- getMaxSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
-
Returns the maximum Android SDK version that this package expects to be runnable on, as specified in the manifest.
- getMinNs() - Method in class org.robolectric.pluginapi.perf.Metric
-
- getMinSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
-
Returns the minimum Android SDK version that this package expects to be runnable on, as specified in the manifest.
- getName() - Method in class org.robolectric.pluginapi.perf.Metric
-
- getSdks() - Method in interface org.robolectric.pluginapi.SdkProvider
-
Returns the set of SDKs available to run tests against.
- getShortName() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- getTargetSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
-
Returns the Android SDK version that this package prefers to be run on, as specified in the manifest.
- getType() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- getUnsupportedMessage() - Method in class org.robolectric.pluginapi.Sdk
-
Returns a human-readable message explaining why this SDK isn’t supported.
- getVersion() - Method in class org.robolectric.internal.dependency.DependencyJar
-
- GlobalConfigProvider - Interface in org.robolectric.pluginapi.config
-
Provides the default config for a test.