org.apache.velocity.test
Class IntrospectorTestCase.MethodProvider
java.lang.Object
org.apache.velocity.test.IntrospectorTestCase.MethodProvider
- Enclosing class:
- IntrospectorTestCase
public static class IntrospectorTestCase.MethodProvider
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectorTestCase.MethodProvider
public IntrospectorTestCase.MethodProvider()
booleanMethod
public String booleanMethod(boolean p)
byteMethod
public String byteMethod(byte p)
characterMethod
public String characterMethod(char p)
doubleMethod
public String doubleMethod(double p)
floatMethod
public String floatMethod(float p)
integerMethod
public String integerMethod(int p)
longMethod
public String longMethod(long p)
shortMethod
public String shortMethod(short p)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.