Method Summary |
|
public void | setup() Gets an instance of the bean. |
public void | verifyCreateWithAnnotationInit() Tests if the definition of the create method with the annotation init in
the bean class works. |
public void | verifyCreateWithDefaultName() Tests if the definition of the create method as ejbCreate in the bean
class works. |
public void | verifyGetPrimaryKey() Verifies if the container throws EJBException when a client tries to
call getPrimaryKey(). |
public void | verifyIsIdentical() Verifies if the method isIdentical that is defined in the EJBLocalObject
interface. |
public void | verifyLookup() Verifies if the client can get a bean by lookup. |
public void | verifyRemove() Verifies if the method remove from the interface EJBLocalHome works. |