Method Summary |
|
public void | createManaged() Tests if the EntityManager can persist a managed entity. |
public void | createNewEntity() Tests if the EntityManager can persist a new entity. |
public void | createRemoved() Tests if the EntityManager can persist a removed entity. |
public void | removeManaged() Tests if the EntityManager can remove a managed entity. |
public void | removeNew() Tests if the EntityManager can remove a new entity. |
public void | removeRemoved() Tests if the EntityManager can remove a removed entity. |
public void | setup() Creates the stateless bean used during the tests. |