/** * Configures the CheckGOE used for testing GOE stuff. * * @return the fully configured CheckGOE */ @Override protected CheckGOE getGOETester() { CheckGOE result; result = super.getGOETester(); result.setIgnoredProperties(result.getIgnoredProperties() + ",testSet"); return result; }
/** * Configures the CheckGOE used for testing GOE stuff. * * @return the fully configured CheckGOE */ protected CheckGOE getGOETester() { CheckGOE result; result = super.getGOETester(); result.setObject(getSearch()); return result; }
/** * Configures the CheckGOE used for testing GOE stuff. * * @return the fully configured CheckGOE */ protected CheckGOE getGOETester() { CheckGOE result; result = super.getGOETester(); result.setObject(getEvaluator()); return result; }
/** * Configures the CheckGOE used for testing the option handling * of the loader. * Sets the scheme to test. * * @return the fully configured CheckGOE */ protected CheckGOE getGOETesterLoader() { return getGOETester(getLoader()); }
/** * Configures the CheckGOE used for testing the option handling * of the saver. * Sets the scheme to test. * * @return the fully configured CheckGOE */ protected CheckGOE getGOETesterSaver() { return getGOETester(getSaver()); }