Method Summary |
|
protected void | setUp() |
protected void | tearDown() Clears the test environment. |
public void | testLookupCache() Tests accessing the cache by querying a variable twice. |
public void | testLookupConstant() Tests resolving a valid constant. |
public void | testLookupInvalidSyntax() Tries to resolve a variable with an invalid syntax: The name does not
contain a dot as a field separator. |
public void | testLookupNonExisting() Tests resolving a non existing constant. |
public void | testLookupNull() Tests looking up a null variable. |
public void | testLookupPrivate() Tests resolving a private constant. |
public void | testLookupUnknownClass() Tests resolving a field from an unknown class. |