org.nuiton.io
Class SortedPropertiesTest

java.lang.Object
  extended by org.nuiton.io.SortedPropertiesTest

public class SortedPropertiesTest
extends Object

To test SortedProperties.

Since:
1.3
Author:
tchemit

Constructor Summary
SortedPropertiesTest()
           
 
Method Summary
static void init()
           
 void testUnicodeLowerInvolution()
          To test that a file loaded then stored keep unicode as they were previously.
 void testUnicodeUpperInvolution()
          To test that a file loaded then stored keep unicode as they were previously.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedPropertiesTest

public SortedPropertiesTest()
Method Detail

init

public static void init()
                 throws Exception
Throws:
Exception

testUnicodeUpperInvolution

public void testUnicodeUpperInvolution()
                                throws Exception
To test that a file loaded then stored keep unicode as they were previously.

In fact we can have some é and é.

Throws:
Exception - if any error

testUnicodeLowerInvolution

public void testUnicodeLowerInvolution()
                                throws Exception
To test that a file loaded then stored keep unicode as they were previously.

In fact we can have some é and é.

Throws:
Exception - if any error


Copyright © 2009-2011 CodeLutin. All Rights Reserved.