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


Constructor Summary
(package private) IntrospectorTestCase.MethodProvider()
           
 
Method Summary
 java.lang.String booleanMethod(boolean p)
           
 java.lang.String byteMethod(byte p)
           
 java.lang.String characterMethod(char p)
           
 java.lang.String doubleMethod(double p)
           
 java.lang.String floatMethod(float p)
           
 java.lang.String integerMethod(int p)
           
 java.lang.String longMethod(long p)
           
 java.lang.String shortMethod(short p)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IntrospectorTestCase.MethodProvider

IntrospectorTestCase.MethodProvider()
Method Detail

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.