-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up the Bazel JUnit test runner
To remove a dependency on Dagger quickly, the auto-generated boilerplate code was checked-in[1]. Since we are no longer using any dependency injection, most of the indirection with modules, suppliers/providers, etc are of no value. This change also removes the duplication in `JUnit4BazelMock` by moving the test overrides into `JUnit4RunnerModule` / `JUnit4RunnerTest$TestModule` [1] 225f69f PiperOrigin-RevId: 518291786 Change-Id: I1b4ea99a0d4b5f0265fb98d98618e6232e247698
- Loading branch information
1 parent
b079fd3
commit d6ad383
Showing
47 changed files
with
244 additions
and
2,487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
src/java_tools/junitrunner/java/com/google/testing/junit/runner/BazelTestRunnerModule.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.