class RunnerTest { public static void main(String[] args) { Runner.runMain(Runner.class, new String[] {"hello", "world"}); } }