com.atlassian.crowd.manager.application
Class ApplicationServiceTestCase.MockI18nHelper

java.lang.Object
  extended by com.atlassian.crowd.manager.application.ApplicationServiceTestCase.MockI18nHelper
All Implemented Interfaces:
I18nHelper
Enclosing class:
ApplicationServiceTestCase

protected static class ApplicationServiceTestCase.MockI18nHelper
extends java.lang.Object
implements I18nHelper


Constructor Summary
protected ApplicationServiceTestCase.MockI18nHelper()
           
 
Method Summary
 java.lang.String getText(java.lang.String key)
           
 java.lang.String getText(java.lang.String key, java.lang.Object parameters)
           
 java.lang.String getText(java.lang.String key, java.lang.String value1)
           
 java.lang.String getText(java.lang.String key, java.lang.String value1, java.lang.String value2)
           
 java.lang.String getUnescapedText(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServiceTestCase.MockI18nHelper

protected ApplicationServiceTestCase.MockI18nHelper()
Method Detail

getText

public java.lang.String getText(java.lang.String key)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.String value1)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.String value1,
                                java.lang.String value2)
Specified by:
getText in interface I18nHelper

getText

public java.lang.String getText(java.lang.String key,
                                java.lang.Object parameters)
Specified by:
getText in interface I18nHelper

getUnescapedText

public java.lang.String getUnescapedText(java.lang.String key)
Specified by:
getUnescapedText in interface I18nHelper


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.