net.sf.sasl.language.placeholder.aop.resolver.typevalue
Class TypeValuePlaceholderResolverTest

java.lang.Object
  extended by net.sf.sasl.language.placeholder.aop.resolver.typevalue.TypeValuePlaceholderResolverTest

public class TypeValuePlaceholderResolverTest
extends Object

Test cases for the TypeValuePlaceholderResolver class.

Author:
Philipp Förmer

Constructor Summary
TypeValuePlaceholderResolverTest()
           
 
Method Summary
 String compute()
           
 String compute(Long v)
           
 String compute(Long v, String s)
           
 void setUp()
           
 void testResolve()
          Test cases for the resolve(...) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeValuePlaceholderResolverTest

public TypeValuePlaceholderResolverTest()
Method Detail

setUp

public void setUp()

testResolve

public void testResolve()
                 throws Exception
Test cases for the resolve(...) method.

Throws:
Exception

compute

public String compute()

compute

public String compute(Long v)

compute

public String compute(Long v,
                      String s)


Copyright © 2010. All Rights Reserved.