Package org.robolectric.internal
Class MavenManifestFactory
- java.lang.Object
-
- org.robolectric.internal.MavenManifestFactory
-
- All Implemented Interfaces:
ManifestFactory
@Deprecated public class MavenManifestFactory extends Object implements 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
Constructors Constructor Description MavenManifestFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ManifestIdentifier
identify(Config config)
Deprecated.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.
-
-
-
Method Detail
-
identify
public ManifestIdentifier identify(Config config)
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.
-
-