com.ricebridge.csvman.test
Class I18NTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.csvman.test.I18NTest
All Implemented Interfaces:
junit.framework.Test

public class I18NTest
extends junit.framework.TestCase

Test cases for I18N.

The Source Code of this Java class is available under a BSD-style license.


Field Summary
static HashMap sFileDataMap
           
static HashMap sFileEncodingMap
           
static HashMap sNotMatchMap
           
 
Constructor Summary
I18NTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
static String makeFullPath(String pName, String pEncoding)
           
static junit.framework.TestSuite suite()
           
 void testLoad()
           
 void testSave()
           
 void writeFile(String pName, String pData, String pEncoding)
           
 void writeFiles()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 

Field Detail

sFileEncodingMap

public static HashMap sFileEncodingMap

sFileDataMap

public static HashMap sFileDataMap

sNotMatchMap

public static HashMap sNotMatchMap
Constructor Detail

I18NTest

public I18NTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

testLoad

public void testLoad()
              throws Exception
Throws:
Exception

testSave

public void testSave()
              throws Exception
Throws:
Exception

writeFiles

public void writeFiles()
                throws Exception
Throws:
Exception

writeFile

public void writeFile(String pName,
                      String pData,
                      String pEncoding)
               throws Exception
Throws:
Exception

makeFullPath

public static String makeFullPath(String pName,
                                  String pEncoding)


Copyright © 2003-2006 Ricebridge