org.apache.tapestry.services.impl
Class TestLocalizedStringRender

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.TestLocalizedStringRender

public class TestLocalizedStringRender
extends BaseComponentTestCase

Tests functionality of LocalizedStringRender .

Author:
jkuhnert

Constructor Summary
TestLocalizedStringRender()
           
 
Method Summary
protected  LocalizationToken newToken(String tag, String key, boolean raw, Map attributes)
           
 void test_Attributes_Tag()
           
 void test_Attributes()
           
 void test_No_Attributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLocalizedStringRender

public TestLocalizedStringRender()
Method Detail

newToken

protected LocalizationToken newToken(String tag,
                                     String key,
                                     boolean raw,
                                     Map attributes)

test_No_Attributes

public void test_No_Attributes()

test_Attributes

public void test_Attributes()

test_Attributes_Tag

public void test_Attributes_Tag()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.