org.apache.velocity.test
Class VarargMethodsTestCase.NiceTool

java.lang.Object
  extended by org.apache.velocity.test.VarargMethodsTestCase.NiceTool
Direct Known Subclasses:
VarargMethodsTestCase.NastyTool
Enclosing class:
VarargMethodsTestCase

public static class VarargMethodsTestCase.NiceTool
extends Object


Constructor Summary
VarargMethodsTestCase.NiceTool()
           
 
Method Summary
 double add(double[] dd)
           
 String test(Object[] oo)
           
 String test(String[] oo)
           
 String var(String[] ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarargMethodsTestCase.NiceTool

public VarargMethodsTestCase.NiceTool()
Method Detail

var

public String var(String[] ss)

add

public double add(double[] dd)

test

public String test(Object[] oo)

test

public String test(String[] oo)


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.