- fdfe959 Add android build bp files by Rex Hoffman · 2 years ago
- b4e2876 refac: catchAndPrintStackTrace warning fix by hellosagar · 2 years, 5 months ago
- 87a755c refac: stringSplitter warning fix by hellosagar · 2 years, 5 months ago
- c5a926c Cache the helper runners per sandbox by Paul Sowden · 2 years, 5 months ago
- ca6e963 Support test methods that have parameters by Paul Sowden · 2 years, 5 months ago
- 40d2696 Fix raw class definitions by Paul Sowden · 2 years, 5 months ago
- 5c33f34 Return the original method's test name by Googler · 2 years, 9 months ago
- ff78471 Merge InvokeDynamicClassInstrumentor into ClassInstrumentor by Googler · 3 years, 4 months ago
- c76ccd2 Remove OldClassInstrumentor by Googler · 3 years, 4 months ago
- 207c22d Update gradle dependencies by utzcoz · 3 years, 8 months ago
- 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 9 months ago
- 4acb2a5 All test methods run in the same thread by xiangyang · 4 years ago
- 5987224 Update JUnit to 4.13.1 by hoisie · 4 years, 1 month ago
- a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years, 4 months ago
- dda4709 Use @AutoFactory for building ShadowWranglers. by Christian Williams · 4 years, 8 months ago
- f5371b5 Refactor ShadowWrangler to delegate to a ShadowMatcher for making SDK-level decisions. by Christian Williams · 4 years, 8 months ago
- d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 8 months ago
- 1218438 Added a plugin mechanism to provide a custom ShadowWrangler specialization by Googler · 5 years ago
- 4eb3592 Added a way to specify classes to not instrument based on a regex by Googler · 5 years ago
- 6ab25c0 Fix SandboxClassLoader to properly inherit from erstwhileClassLoader by Googler · 5 years ago
- ccbf4e2 Revert to `api` dependencies because of Android Studio bug. by Christian Williams · 6 years ago
- 316e3f0 Make it clear that Util.sneakyThrow() disrupts program flow. by christianw · 6 years ago
- 91af73f Merge pull request #4645 from robolectric:jakew/sneaky-throw/2019-02-17 by Copybara Robolectric Bot · 6 years ago
- 0e4184c Obtain ShadowProviders via Injector. by christianw · 6 years ago
- 13cc3ef Use 'sneaky throw' technique instead of Unsafe by Jake Wharton · 6 years ago
- 8562fad Refactor sandbox creation. by christianw · 6 years ago
- 872f8e9 Internal change by Christian Williams · 6 years ago
- be841e2 Fix @Test(timeout) so it still runs tests on the main sandbox thread. by Christian Williams · 6 years ago
- 097fea8 Change JUnit's behavior so tests with timeout still run on sandbox thread. by Christian Williams · 6 years ago
- cf5b1e9 Run tests on sandbox's thread. by Christian Williams · 6 years ago
- cbf527b Run everything in the AndroidSandbox on its own thread. by Christian Williams · 6 years ago
- 128c48c Get PerfStatsReporters via Injector. Add simple implementation. by christianw · 6 years ago
- 0c74752 Internal change by christianw · 6 years ago
- 178ea21 Classes in org.robolectric.pluginapi always come from top-level classloader. by Christian Williams · 6 years ago
- a00b46f Remove unnecessary @Override SandboxTestRunner.runChild(). by Christian Williams · 6 years ago
- 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
- c35a9db Merge branch 'master' into better_gradle by Christian Williams · 6 years ago
- 0d4f5f6 Defer shadow picking to the first use of the corresponding framework class. by Christian Williams · 6 years ago
- 8ce6019 New ShadowPicker strategy for switching between shadows (e.g. for AssetManager). by Christian Williams · 6 years ago
- 32cec50 Migrate to user modern gradle features by Gautam Korlam · 7 years ago
- 0b26177 Internal change by brettchabot · 7 years ago
- 8c01377 Import 'Support ATSL 1.0.2 final' by brettchabot · 7 years ago
- 87b9f7d Fix brokenness. by Christian Williams · 7 years ago
- d41ca23 Merge branch 'master' into custom_acquires by Gautam Korlam · 7 years ago
- 2706510 Fix ParameterizedRobolectricTestRunner to clone params after sandbox is configured. by Christian Williams · 7 years ago
- 27250ac Fix JDK 9 breakage. by Jonathan Gerrish · 7 years ago
- c4810fa Provide a way for excluding packages to acquire in the sandbox class loader by Gautam Korlam · 7 years ago
- e71f919 Refactor for clarity. Kill ShadowMap statics. by Christian Williams · 7 years ago
- 3f02445 Merge ShadowConfig and ShadowInfo. by Christian Williams · 7 years ago
- 9551151 Dedupe some caching. by Christian Williams · 7 years ago
- 575e13d Add metric for loading resources. by Christian Williams · 7 years ago
- abdade6 Collect performance stats. by Christian Williams · 7 years ago
- 435d8428 Bump to error-prone plugin 0.0.13 to kill a deprecation warning. by Christian Williams · 7 years ago
- 62154de Remove workaround for errorprone bug by Brett Chabot · 7 years ago
- 32981f3 Use a constant version of errorprone as workaround for errorprone bug https://github.com/google/error-prone/issues/711 by Brett Chabot · 7 years ago
- 691fdd5 tmp: disable error prone plugin as workaround for https://github.com/google/error-prone/issues/711 by Brett Chabot · 7 years ago
- 851f2a9 Optimize imports. by Christian Williams · 7 years ago
- 793ee1d Rename projects. by Christian Williams · 7 years ago