New issue
Advanced search Search tips

Issue 911769 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Task



Sign in to add a comment

BaseJUnit4ClassRunner should handle command line flags

Project Member Reported by mlamouri@chromium.org, Dec 4

Issue description

I wrote a quick test for a feature and spent quite some time trying to understand why the command line wasn't being picked up. After discussing with agrieve@, he pointed out that I was using BaseJUnit4ClassRunner instead of ContentJUnit4ClassRunner and the former doesn't take into account CommandLineFlags. It seems that the restriction isn't needed as the class is in //base.
 

Sign in to add a comment