BaseJUnit4ClassRunner should handle command line flags |
|
Issue descriptionI 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 |
|