Support setting just the Java Context for JUnit tests.
JUnit/Robolectric tests run on the host without native code and so can't set the application context the usual way. Provide a test-only method to set only the Java-side context for this purpose. Move the assertion about not changing the set context to initApplicationContext because the JUnit tests will use a different mock context for each test case. BUG=552419 R=dgn@chromium.org Review URL: https://codereview.chromium.org/1474723002 Cr-Commit-Position: refs/heads/master@{#361350}
Showing
Please register or sign in to comment