org.melati.poem.test
Class PoemLocaleTest

Package class diagram package PoemLocaleTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.melati.poem.test.PoemLocaleTest
All Implemented Interfaces:
junit.framework.Test

public class PoemLocaleTest
extends junit.framework.TestCase

Since:
5 Feb 2007
Author:
timp

Constructor Summary
PoemLocaleTest(String name)
          Constructor.
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testDateFormat()
          Test method for PoemLocale.dateFormat(int).
 void testEqualsObject()
          Test method for PoemLocale.equals(java.lang.Object).
 void testFromLanguageTag()
          Test method for PoemLocale.fromLanguageTag(java.lang.String).
 void testHashCode()
          Test method for PoemLocale.hashCode().
 void testLocale()
          Test method for PoemLocale.locale().
 void testMonthName()
          Test method for PoemLocale.monthName(int).
 void testPoemLocale()
          Test method for PoemLocale.PoemLocale(java.util.Locale).
 void testShortMonthName()
          Test method for PoemLocale.shortMonthName(int).
 void testTimestampFormat()
          Test method for PoemLocale.timestampFormat(int).
 void testToString()
          Test method for PoemLocale.toString().
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoemLocaleTest

public PoemLocaleTest(String name)
Constructor.

Parameters:
name -
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.tearDown()

testHashCode

public void testHashCode()
Test method for PoemLocale.hashCode().


testFromLanguageTag

public void testFromLanguageTag()
Test method for PoemLocale.fromLanguageTag(java.lang.String).


testPoemLocale

public void testPoemLocale()
Test method for PoemLocale.PoemLocale(java.util.Locale).


testLocale

public void testLocale()
Test method for PoemLocale.locale().


testMonthName

public void testMonthName()
Test method for PoemLocale.monthName(int).


testShortMonthName

public void testShortMonthName()
Test method for PoemLocale.shortMonthName(int).


testDateFormat

public void testDateFormat()
Test method for PoemLocale.dateFormat(int).


testTimestampFormat

public void testTimestampFormat()
Test method for PoemLocale.timestampFormat(int).


testEqualsObject

public void testEqualsObject()
Test method for PoemLocale.equals(java.lang.Object).


testToString

public void testToString()
Test method for PoemLocale.toString().



Copyright © 2000-2010 PanEris. All Rights Reserved.