org.apache.velocity.test
Class Introspector3TestCase.MethodProvider

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

public static class Introspector3TestCase.MethodProvider
extends Object


Constructor Summary
Introspector3TestCase.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

Introspector3TestCase.MethodProvider

public Introspector3TestCase.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 © 2000-2008 The Apache Software Foundation. All Rights Reserved.