org.apache.commons.i18n
Class XMLMessageProviderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.i18n.MessageProviderTestBase
              extended by org.apache.commons.i18n.XMLMessageProviderTest
All Implemented Interfaces:
junit.framework.Test

public class XMLMessageProviderTest
extends MessageProviderTestBase

Author:
Daniel Florey

Constructor Summary
XMLMessageProviderTest(java.lang.String testName)
          Constructor for MessageManagerTest.
 
Method Summary
 void testGetEntries()
           
 void testGetText()
           
 void testGetTextVariants()
           
 void testInstallResourceBundle()
           
 
Methods inherited from class org.apache.commons.i18n.MessageProviderTestBase
setUp, tearDown, testGetEntries, testGetText
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLMessageProviderTest

public XMLMessageProviderTest(java.lang.String testName)
Constructor for MessageManagerTest.

Method Detail

testInstallResourceBundle

public void testInstallResourceBundle()

testGetText

public void testGetText()

testGetTextVariants

public void testGetTextVariants()

testGetEntries

public void testGetEntries()


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