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