org.apache.velocity.test.provider
Class NumberMethods
java.lang.Object
  
org.apache.velocity.test.provider.NumberMethods
public class NumberMethods
- extends Object
 
Used to check that method calls with number parameters are executed correctly.
- Author:
 
  - Will Glass-Husain
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NumberMethods
public NumberMethods()
numMethod
public String numMethod(byte val)
 
numMethod
public String numMethod(short val)
 
numMethod
public String numMethod(int val)
 
numMethod
public String numMethod(double val)
 
numMethod
public String numMethod(long val)
 
numMethod
public String numMethod(BigInteger val)
 
numMethod
public String numMethod(BigDecimal val)
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.