List<HAccountOption> options =
getEm().createQuery("from HAccountOption").getResultList();
assertThat(options, Matchers.<HAccountOption> empty());
LoadOptionsResult result =
handler.execute(new LoadOptionsAction(null), null);
// then: we get back default values
assertThat(result.getConfiguration().isShowError(),
Matchers.equalTo(false));
assertThat(result.getConfiguration().getNavOption(),