Method Summary |
|
public void | setup() Gets an instance of the bean. |
public void | testSFByInjection() Verifies if the container sets a stateful bean interface as remote when the bean
has only one interface and the annotation Remote without value. |
public void | testSFByLookup() Verifies if the container sets a stateful bean interface as remote when the bean
has only one interface and the annotation Remote without value. |
public void | testSLByInjection() Verifies if the container sets a stateless bean interface as remote when the bean
has only one interface and the annotation Remote without value. |
public void | testSLByLookup() Verifies if the container sets a stateless bean interface as remote when the bean
has only one interface and the annotation Remote without value. |