aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/junitrunner/java/com/google/testing/junit/runner/junit4/JUnit4TestNameListenerFactory.java
Commit message (Collapse)AuthorAge
* Move some sharable classes from c.g.testing.junit.runner.junit4 toGravatar Googler2016-10-04
| | | | | | | | c.g.testing.junit.junit4.runner.internal or c.g.testing.junit.junit4.runner.internal.junit4 -- MOS_MIGRATED_REVID=135003685
* Check in Dagger generated code to junitrunner.Gravatar Irina Iancu2016-09-08
This is part of an initiative to remove Dagger from junitrunner. Because there are too many interdependent components that Dagger touches, its usage cannot be easily removed in small independent changes. Therefore the first step is to check in the code that Dagger generates (with slighty small changes, e.g. classes were renamed, some Dagger specific data types were changed to junitrunner internal types). The following steps include removing all the Dagger annotations and BUILD dependencies, and refactoring the generated code. -- MOS_MIGRATED_REVID=132543906