Field Summary |
|
Boolean | ENTRY_BOOLEAN This constant has an value to be compared with the injected value or
obtained value from the environment. |
Byte | ENTRY_BYTE This constant has an value to be compared with the injected value or
obtained value from the environment. |
Byte | ENTRY_BYTE_1 This constant has an value to be compared with the injected value or
obtained value from the environment. |
Character | ENTRY_CHARACTER This constant has an value to be compared with the injected value or
obtained value from the environment. |
Character | ENTRY_CHARACTER_1 This constant has an value to be compared with the injected value or
obtained value from the environment. |
Double | ENTRY_DOUBLE This constant has an value to be compared with the injected value or
obtained value from the environment. |
Float | ENTRY_FLOAT This constant has an value to be compared with the injected value or
obtained value from the environment. |
Integer | ENTRY_INTEGER This constant has an value to be compared with the injected value or
obtained value from the environment. |
Long | ENTRY_LONG This constant has an value to be compared with the injected value or
obtained value from the environment. |
Short | ENTRY_SHORT This constant has an value to be compared with the injected value or
obtained value from the environment. |
Short | ENTRY_SHORT_1 This constant has an value to be compared with the injected value or
obtained value from the environment. |
String | ENTRY_STRING This constant has an value to be compared with the injected value or
obtained value from the environment. |
String | ENTRY_STRING_1 This constant has an value to be compared with the injected value or
obtained value from the environment. |
Method Summary |
|
void | checkBoolean00() Checks if a boolean value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkByte00() Checks if a byte value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkCharacter00() Checks if a character value was correctly injected or if it can be accessed from
the environment using the session context and the JNDI API. |
void | checkDouble00() Checks if a double value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkFloat00() Checks if a float value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkInteger00() Checks if an integer value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkLong00() Checks if a long value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkShort00() Checks if a short value was correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |
void | checkString00() Checks if a String was value correctly injected or if it can be accessed from the
environment using the session context and the JNDI API. |