|
Class Summary |
| BoolObj |
simple class to test boolean property
introspection - can't use TestProvider
as there is a get( String )
and that comes before isProperty
in the search pattern |
| Child |
Rudimentary class used in the testbed to test
introspection with subclasses of a particular
class. |
| ForeachMethodCallHelper |
Provides overloaded methods for testing method execution within a foreach |
| NumberMethods |
Used to check that method calls with number parameters are executed correctly. |
| Person |
Rudimentary class used in the testbed to test
introspection with subclasses of a particular
class. |
| TestNumber |
Used for testing purposes to check that an object implementing TemplateNumber
will be treated as a Number. |
| TestProvider |
This class is used by the testbed. |