Exemplo n.º 1
0
 @Test
 public void itGetsASessionFromTheInjectedProvider() throws Exception {
   assertThat(dao.getSession(), is(sameInstance(session)));
 }