MadHatter

Results 1 issues of MadHatter

The `GrantPermissionRule` works on JUnit4, but seems not working on JUnit5. Is there an alternative method for this? Code: ``` @Rule public GrantPermissionRule rule = GrantPermissionRule.grant( Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.WRITE_EXTERNAL_STORAGE ); ```...