File tree 3 files changed +3
-3
lines changed
jee-domain/src/test/java/net/trajano/jee/domain/dao/test
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
*
27
27
* @author Archimedes Trajano
28
28
*/
29
- public abstract class BaseJpaTest {
29
+ public abstract class BaseIntegrationTest {
30
30
31
31
protected static EntityManager em ;
32
32
Original file line number Diff line number Diff line change 17
17
import net .trajano .jee .domain .entity .Gender ;
18
18
import net .trajano .jee .domain .entity .Participant ;
19
19
20
- public class ParticipantDAOTest extends BaseJpaTest {
20
+ public class ParticipantDAOTest extends BaseIntegrationTest {
21
21
22
22
private ParticipantDAO dao ;
23
23
Original file line number Diff line number Diff line change 4
4
5
5
import net .trajano .jee .domain .dao .impl .StartupBean ;
6
6
7
- public class StartupBeanTest extends BaseJpaTest {
7
+ public class StartupBeanTest extends BaseIntegrationTest {
8
8
9
9
@ Test
10
10
public void testBean () {
You can’t perform that action at this time.
0 commit comments