org.apache.velocity.test
public static class IntrospectorTestCase.MethodProvider extends Object
| Method Summary | |
|---|---|
| String | booleanMethod(boolean p) |
| String | byteMethod(byte p) |
| String | characterMethod(char p) |
| String | doubleMethod(double p) |
| String | floatMethod(float p) |
| String | integerMethod(int p) |
| String | longMethod(long p) |
| String | reallyuntouchable() |
| String | shortMethod(short p) |
| String | untouchable() |