protected void doTest(final PerformAction performAction, final boolean lowercaseFirstLetter) throws Exception { doTest(performAction, getTestName(lowercaseFirstLetter)); }
protected void doTest(final PerformAction performAction) throws Exception { doTest(performAction, getTestName(true)); }