Support test skip checks that might call CommandLine.getInstance in JUnit4 |
||
Issue descriptionIn JUnit3, test skips are done after pre test hooks, which would initialize CommandLine for tests. So skip checks that calls for CommandLine.getInstance() would work. However, in JUnit4, test skips are done before pre test hook or activity launch. The issue should can be resolved by implementing the test skips and pretest hook in TestRule.
,
Aug 1
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 3 2017