private String defaultKey;
@BeforeClass
public void setUp() {
defaultKey = "whatever";
DefaultMainCommandKey defaultMainCommandKey = new DefaultMainCommandKey(defaultKey);
Map<String, MainCommand> commandMap = newHashMap();
commandMap.put("comm0", new FakeMainCommand("comm0"));
commandMap.put("comm1", new FakeMainCommand("comm1"));