Package org.robolectric.internal
Class MavenManifestFactory
java.lang.Object
org.robolectric.internal.MavenManifestFactory
- All Implemented Interfaces:
ManifestFactory
Deprecated.
This method of configuration will be removed in a forthcoming release. Build systems
should follow http://robolectric.org/build-system-integration/ to provide integration with
Robolectric.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates aManifestIdentifier
which represents an Android app, service, or library under test, indicating its manifest file, resources and assets directories, and optionally dependency libraries and an overridden package name.
-
Constructor Details
-
MavenManifestFactory
public MavenManifestFactory()Deprecated.
-
-
Method Details
-
identify
Deprecated.Description copied from interface:ManifestFactory
Creates aManifestIdentifier
which represents an Android app, service, or library under test, indicating its manifest file, resources and assets directories, and optionally dependency libraries and an overridden package name.- Specified by:
identify
in interfaceManifestFactory
- Parameters:
config
- The merged configuration for the running test.
-