History log of /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b92e68d848a0a4a60e857215a1e83f605bfc58db 13-Dec-2017 James Lemieux <jplemieux@google.com> Allow Robolectric tests to be executed from any parent directory

AndroidManifest.xml files are now located on the classpath. File paths
relative to the current working directory are then constructed and used
to locate associated paths like /res and /asset folders.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
c037cbae43aaa91c9f2933c8f6b4c9c15056928a 10-Oct-2017 Christian Williams <christianw@google.com> Clean up MavenManifestFactory.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
7fdb9128cb3a4d3f05d3caca66f0f91067749f99 10-Oct-2017 Christian Williams <christianw@google.com> Fix stack overflow.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
d2c68ab0722bbb96daf0cd8c52a8425e230517ae 07-Oct-2017 Christian Williams <christianw@google.com> Refactor ManifestFactory implementations toward removing #create(ManifestIdentifier).
Refactor ManifestIdentifier to hold libraries' ManifestIdentifiers instead of paths.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
851f2a9519be23c73a9e2929128179b405e2e7a6 26-Jul-2017 Christian Williams <christianw@google.com> Optimize imports.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
b4d0e3b1d6313b7f37852f42a2b8b54cc57af17e 15-Nov-2016 Christian Williams <christianw@google.com> Honor @Config(manifest=___) for Gradle projects

An alternate manifest may be specified with `@Config(manifest = "AnotherManifest.xml")` for Gradle projects. The file should be placed in `test/resources`.

`FileFsFile.from()` and `FileFsFile.join()` now ignore `'.'` path parts.

Beginning to refactor `Config` to distinguish default field values from no-value-specified values.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java
55b52578fdaca7097ea4b28b3daebac84094dab4 09-Aug-2016 Christian Williams <christianw@google.com> Remove deprecated `RobolectricGradleTestRunner`.
Clean up gradle manifest setup and tests.
Extract builder for `Config.Implementation`.
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/MavenManifestFactory.java