Method Summary |
|
public void | setup() Creates the beans used during the tests. |
public void | verifiesDataSource() Verifies if a datasource is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesEJBContext() Verifies if the EJBContext connection factory is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesJMSConFactory() Verifies if a connection factory is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesJMSQueue() Verifies if a queue connection factory is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesMailSession() Verifies if a mail session is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesTopicConFactory() Verifies if a topic connection factory is injected in an interceptor when it is
described in the deployment descriptor. |
public void | verifiesURL() Verifies if an URL is injected in an interceptor when it is
described in the deployment descriptor. |