org.apache.velocity.test
Class IntrospectorTestCase3.MethodProvider

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

public static class IntrospectorTestCase3.MethodProvider
extends Object


Constructor Summary
IntrospectorTestCase3.MethodProvider()
           
 
Method Summary
 String ii(int p, int d)
           
 String lii(List s, int p, int d)
           
 String ll(long p, long d)
           
 String lll(List s, long p)
           
 String lll(List s, long p, int d)
           
 String lll(List s, long p, List d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectorTestCase3.MethodProvider

public IntrospectorTestCase3.MethodProvider()
Method Detail

ii

public String ii(int p,
                 int d)

lii

public String lii(List s,
                  int p,
                  int d)

lll

public String lll(List s,
                  long p,
                  List d)

lll

public String lll(List s,
                  long p,
                  int d)

lll

public String lll(List s,
                  long p)

ll

public String ll(long p,
                 long d)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.