Method Summary |
|
public void | setup() Creates the stateful bean used during the tests. |
public void | verifySFBeanTypeElement() Verifies if the bean defined as stateful is deployed as a stateless. |
public void | verifySFInjectionByEjbName() Verifies if the stateful bean is injected by the ejb-name. |
public void | verifySFMappedName() Verifies if the bean can get an instance of a stateful bean by the
mappedName.This test verifies the remote interface. |
public void | verifySFMappedNameLocal() Verifies if a bean can make a lookup in other bean(stateful) by the
mappedName. |
public void | verifySLBeanTypeElement() Verifies if the bean defined as stateless is deployed as a stateless. |
public void | verifySLInjectionByEjbName() Verifies if the stateless bean is injected by the ejb-name. |
public void | verifySLMappedName() Verifies if the bean can get an instance of a stateless bean by the
mappedName.This test verifies the local interface. |
public void | verifySLMappedNameLocal() Verifies if a bean can make a lookup in other bean(stateless) by the
mappedName. |