| org.ow2.easybeans.tests.common.ejbs.base.ItfSimpleEnvEntryByDescriptor
All known Subclasses: org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.simpleentry.SLSBSimpleEnvEntryByDescriptor,
ItfSimpleEnvEntryByDescriptor | public interface ItfSimpleEnvEntryByDescriptor (Code) | | This interface is used to test the injection of simple environment entries using
annotations or the combination with deployment descriptors.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Field Summary | |
String | DECLARED_STRING This constant is used to verify if the container does not inject a value
when the application assembler or deployer does not specifies a new value to
override the field value declared in the bean class. | String | INJECTED_STRING This constant has an value to be compared with the injected value. |
Method Summary | |
void | checkNotOverride00() Checks if a string was correctly injected. | void | checkStringInjection00() Checks if a string was correctly injected in the environment using the deployment descriptor without annotations. |
DECLARED_STRING | String DECLARED_STRING(Code) | | This constant is used to verify if the container does not inject a value
when the application assembler or deployer does not specifies a new value to
override the field value declared in the bean class.
|
INJECTED_STRING | String INJECTED_STRING(Code) | | This constant has an value to be compared with the injected value.
|
checkNotOverride00 | void checkNotOverride00()(Code) | | Checks if a string was correctly injected. The
deployment descriptor doesn't have a default value, so the value defined
in the variable declaration must not be overridden.
|
checkStringInjection00 | void checkStringInjection00()(Code) | | Checks if a string was correctly injected in the environment using the deployment descriptor without annotations.
|
|
|