org.apache.velocity.test
Class IntrospectorTestCase.MethodProvider

java.lang.Object
  extended by org.apache.velocity.test.IntrospectorTestCase.MethodProvider
Enclosing class:
IntrospectorTestCase

public static class IntrospectorTestCase.MethodProvider
extends Object


Constructor Summary
IntrospectorTestCase.MethodProvider()
           
 
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 shortMethod(short p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectorTestCase.MethodProvider

public IntrospectorTestCase.MethodProvider()
Method Detail

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.