Refactor test code out of VrShellDelegate |
|||
Issue descriptionThe test-only code in VrShellDelegate.java should be factored out into a new test-only TestVrShellDelegate class instead of using @VisibleForTesting everywhere. This does two things: 1. Cleans up production code a bit 2. Allows us to have test-specific behavior without changing production code. This is useful for implementing temporary solutions for issues that only appear during test, such as Issue 762724.
,
Oct 19 2017
,
Jul 4
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Oct 19 2017