Method Summary |
|
public void | setup() Gets an instance of the bean. |
public void | testCreateWithAnnotationInit() Tests if the definition of the create method with the annotation init in
the bean class works. |
public void | testCreateWithDefaultName() Tests if the definition of the create method as ejbCreate in the bean
class works. |
public void | testGetBeanByLookup() Verifies if the client can get a bean by lookup. |
public void | testIsIdentical() Verifies if the method isIdentical that is defined in the EJBObject
interface. |
public void | testMetadata() Verifies if the method getMetaData from the interface EJBHome works. |
public void | testRemove() Verifies if the method remove from the interface EJBHome works. |
public void | verifyGetPrimaryKey() Verifies if the container throws RemoteException when a client tries to
call getPrimaryKey(). |