Description
Currently, ApplicationComposer uses the only one shot we have at specifying which Runner a JUnit test should use.
This can easily be circumvented by exposing the same functionality through a JUnit @Rule (TestRule).
By doing this, we could use ApplicationComposer with an other Runner (like Parameterized) and/or other @Rules.