5354555657585960616263
} @BeforeMethod public void setUp() throws Exception { MockitoAnnotations.initMocks(this); GlossaryDAO dao = new GlossaryDAO((Session) getEm().getDelegate()); glossaryDAOSpy = spy(dao); // @formatter:off handler = SeamAutowire.instance() .reset()
42434445464748
public class HGlossaryEntryJPATest extends ZanataDbunitJpaTest { private GlossaryDAO glossaryDAO; @BeforeMethod(firstTimeOnly = true) public void beforeMethod() { glossaryDAO = new GlossaryDAO((Session) em.getDelegate()); }