Upgrade dependencies; document test runner compatibility
·
125 commits
to master
since this release
In this release, I upgraded a few dependencies:
- Java-Utils:
1.9.3→2.0.0 - Settings:
2.3.3→2.3.5 - Guava:
28.1-android→30.1-android
I added information in README about compatibility with specific test runners, with special attention to how to use PowerMock successfully with JUnit Foundation.
I also eliminated the use of static imports with invocations of LifecycleHooks.getFieldValue(Object, String), as this really didn't add any value.