Class 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 Detail

      • MavenManifestFactory

        public MavenManifestFactory()
        Deprecated.
    • Method Detail

      • identify

        public ManifestIdentifier identify​(Config config)
        Deprecated.
        Description copied from interface: ManifestFactory
        Creates a ManifestIdentifier 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 interface ManifestFactory
        Parameters:
        config - The merged configuration for the running test.