org.apache.velocity.test.provider
Class NumberMethods
java.lang.Object
org.apache.velocity.test.provider.NumberMethods
- public class NumberMethods
- extends java.lang.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 java.lang.String numMethod(byte val)
numMethod
public java.lang.String numMethod(short val)
numMethod
public java.lang.String numMethod(int val)
numMethod
public java.lang.String numMethod(double val)
numMethod
public java.lang.String numMethod(long val)
numMethod
public java.lang.String numMethod(java.math.BigInteger val)
numMethod
public java.lang.String numMethod(java.math.BigDecimal val)
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.