Package ejava.examples.txagent.jpa
Class AgentDAOTest
- java.lang.Object
-
- ejava.examples.txagent.jpa.AgentDAOTestBase
-
- ejava.examples.txagent.jpa.AgentDAOTest
-
public class AgentDAOTest extends AgentDAOTestBase
This class tests the ReservationDAO. The code contained here will be similar to the calls made by the Hotel Reservation business logic.
-
-
Field Summary
-
Fields inherited from class ejava.examples.txagent.jpa.AgentDAOTestBase
bookingDAO, em, log
-
-
Constructor Summary
Constructors Constructor Description AgentDAOTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCreateBooking()
void
testGetBooking()
void
testQueryByConfirmation()
void
testRemoveBooking()
-
Methods inherited from class ejava.examples.txagent.jpa.AgentDAOTestBase
cleanup, populate, setUp, tearDown
-
-