History log of /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
084d588b645d53c1110ff24b82433b5a331cc6d3 18-Jan-2018 James Lemieux <jplemieux@google.com> Merge robolectric/master up to commit 2e97d70

Test: make -j56 Run_all_robolectric_tests
Change-Id: I0158d74ad9ce9e412d396993e0bfbd50ecd412c2
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
851f2a9519be23c73a9e2929128179b405e2e7a6 26-Jul-2017 Christian Williams <christianw@google.com> Optimize imports.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
879371277af60d57148eefb24fd046a6a30e4683 31-May-2017 christianw <christianw@google.com> Fixes to allow tests to run with bazel.

PiperOrigin-RevId: 157542075
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
704d59a9e57b28939ba5c709cf4b50d72aa072e6 25-Jan-2017 Christian Williams <christianw@google.com> Class acquisition rules are simplified. The following packages are not acquired:
* `java.*`
* `sun.*`
* `org.robolectric.annotation.*`
* `org.robolectric.internal.*`
* `org.robolectric.util.*`
* `org.junit.*`
with the exception of `RobolectricInternals`, `InvokeDynamicSupport`, and `Shadow`.

Some classes and tests have been rearranged to conform.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
feff94bc310afb5b46109a1496d2a309e5fdb3a8 18-Jan-2017 Christian Williams <christianw@google.com> Move a bunch of classes to instrumentation module.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
419dbfad092f3efe4f1f8dfc7ee020f74a036f81 13-Jan-2017 Christian Williams <christianw@google.com> Extract Android-specific interceptors.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
da1ae633888c594da572c2a5c5392a13581a0e92 13-Jan-2017 Christian Williams <christianw@google.com> Extract method interceptors from ShadowWranger.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
c0871dbd15eb16fbf455a85189e704ceaa9293ad 03-Nov-2016 Jonathan Gerrish <jonathan@indiekid.org> Fix ShadowWrangler handling of shadow subclasses with narrower SDK ranges than their parent.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
1774c6450a49eb51057e204d4660390e7477912e 29-Oct-2016 Christian Williams <christianw@google.com> ShadowWrangler now honors min/max SDK specified by @Implementation.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
b07ff87baa76ca0fe5c1965fb492d0b9e54e3357 28-Oct-2016 Christian Williams <christianw@google.com> ShadowWrangler honors @Implementation(minSdk/maxSdk).
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
d5191fc46f3997c3dedfea14680ec4f114124619 29-Sep-2016 Christian Williams <christianw@google.com> Use annotations instead of Velocity to specify different behavior for
different API levels.

Use Build.VERSION_CODE values instead of integers in @Implementation/@Implements and conditionals.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
5462e8e629816a5beb4973519d52644ce4a6c35b 23-Apr-2015 Alexander Blom <alexanderblom@spotify.com> Remove old constructors
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
77ae4054c6fd36bd2efa66068c63c7a4635a1593 21-Apr-2015 Erich Douglass <erich.douglass@gmail.com> Use diamond operator, multi-catch, and remove unused imports.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java
1874abe40afe1bda2b3ffc1bce0e444cbce667f2 18-Dec-2014 Erich Douglass <erich.douglass@gmail.com> Move internal classes into org.robolectric.internal package.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ShadowWranglerUnitTest.java