aboutsummaryrefslogtreecommitdiff
path: root/junit
AgeCommit message (Expand)Author
2023-05-23Merge branch 'upstream-google' into tm_syncRam Peri
2023-05-08Enable version catalogsYOUNG HO CHA
2023-04-07Merge branch 'upstream-google' into third_upstream_to_masterAng Li
2023-03-24Do not discard Shadows resetter exceptions.Googler
2023-03-13Test: atest MyRoboTests,Ram Peri
2023-03-06Fix sandboxed class lookup when a test is subclassed.Paul Sowden
2023-02-28Fix an issue reporting package config statsMichael Hoisie
2022-11-03Add android build bp filesRex Hoffman
2022-09-01refac: catchAndPrintStackTrace warning fixhellosagar
2022-07-05refac: stringSplitter warning fixhellosagar
2022-06-06Cache the helper runners per sandboxPaul Sowden
2022-06-06Support test methods that have parametersPaul Sowden
2022-06-05Fix raw class definitionsPaul Sowden
2022-03-08Return the original method's test nameGoogler
2021-08-07Merge InvokeDynamicClassInstrumentor into ClassInstrumentorGoogler
2021-08-07Remove OldClassInstrumentorGoogler
2021-04-01Update gradle dependenciesutzcoz
2021-02-15Fix syntax warning of build.gradleutzcoz
2020-12-15All test methods run in the same threadxiangyang
2020-10-20Update JUnit to 4.13.1hoisie
2020-07-18Transform markdown javadoc code javadoc to plain javadochoisie
2020-03-06Use @AutoFactory for building ShadowWranglers.Christian Williams
2020-03-06Refactor ShadowWrangler to delegate to a ShadowMatcher for making SDK-level d...Christian Williams
2020-03-03Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1.Christian Williams
2019-11-06Added a plugin mechanism to provide a custom ShadowWrangler specializationGoogler
2019-09-25Added a way to specify classes to not instrument based on a regexGoogler
2019-05-30Fix SandboxClassLoader to properly inherit from erstwhileClassLoaderGoogler
2019-03-15Revert to `api` dependencies because of Android Studio bug.Christian Williams
2019-03-08Make it clear that Util.sneakyThrow() disrupts program flow.christianw
2019-03-07Merge pull request #4645 from robolectric:jakew/sneaky-throw/2019-02-17Copybara Robolectric Bot
2019-03-06Obtain ShadowProviders via Injector.christianw
2019-02-19Use 'sneaky throw' technique instead of UnsafeJake Wharton
2019-02-12Refactor sandbox creation.christianw
2019-01-31Internal changeChristian Williams
2019-01-30Fix @Test(timeout) so it still runs tests on the main sandbox thread.Christian Williams
2019-01-30Change JUnit's behavior so tests with timeout still run on sandbox thread.Christian Williams
2019-01-30Run tests on sandbox's thread.Christian Williams
2019-01-30Run everything in the AndroidSandbox on its own thread.Christian Williams
2019-01-25Get PerfStatsReporters via Injector. Add simple implementation.christianw
2019-01-24Internal changechristianw
2019-01-15Classes in org.robolectric.pluginapi always come from top-level classloader.Christian Williams
2019-01-13Remove unnecessary @Override SandboxTestRunner.runChild().Christian Williams
2018-10-11Bump deps versions for AGP, truth, errorprone, findbugs, etc.Christian Williams
2018-10-09Merge branch 'master' into better_gradleChristian Williams
2018-08-06Defer shadow picking to the first use of the corresponding framework class.Christian Williams
2018-08-02New ShadowPicker strategy for switching between shadows (e.g. for AssetManager).Christian Williams
2018-06-07Migrate to user modern gradle featuresGautam Korlam
2018-05-08Internal changebrettchabot
2018-05-08Import 'Support ATSL 1.0.2 final'brettchabot
2018-05-02Fix brokenness.Christian Williams