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 ManifestIdentifieridentify(Config config)Deprecated.Creates aManifestIdentifierwhich 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:ManifestFactoryCreates aManifestIdentifierwhich 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:
identifyin interfaceManifestFactory- Parameters:
config- The merged configuration for the running test.
-
-