aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/junitrunner/java/com/google/testing/junit/runner/junit4/JUnit4Config.java
Commit message (Collapse)AuthorAge
* Continuing removing GUAVA dependencies from junitrunner.Gravatar Elena-Irina Iancu2016-08-10
| | | | | | | | | | | Bazel users that are using a different Guava version than the one in the junitrunner jar are getting an IncompatibleClassChangeError. This CL rewrites parts of junitrunner code so it won't depend on Guava anymore. Continuing progress on issue #1150. Removed Guava dependencies, except for Supplier and Ticker, from junit.runner.junit4. -- MOS_MIGRATED_REVID=129757029
* Allow test targets to completely disable the test security manager viaGravatar Googler2016-08-08
| | | | | | | | | | | a property without installing a different security manager. This is required to run JUnit's tests in Blaze. RELNOTES: Test targets can disable the JUnit4 test security manager via a property. -- MOS_MIGRATED_REVID=129453237
* Clean up the test runner code a bit.Gravatar Ulf Adams2016-06-20
| | | | | | | Small steps towards #1150. -- MOS_MIGRATED_REVID=125158135
* Open-source the JUnit test runner.Gravatar Damien Martin-Guillerez2016-01-13
-- MOS_MIGRATED_REVID=112027454