[ini4j]

org.ini4j.spi
Class UnicodeInputStreamReaderTest

Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by Ini4jCase
              extended by UnicodeInputStreamReaderTest
All Implemented Interfaces:
junit.framework.Test

public class UnicodeInputStreamReaderTest
extends Ini4jCase


Constructor Summary
UnicodeInputStreamReaderTest()
           
 
Method Summary
 void _testUTF32BE_BOM()
           
 void _testUTF32BE_fail()
           
 void _testUTF32BE()
           
 void _testUTF32LE_BOM()
           
 void _testUTF32LE_fail()
           
 void _testUTF32LE()
           
 void t_e_s_tUTF16BE_fail()
           
 void t_e_s_tUTF16LE_fail()
           
 void testUTF16BE_BOM()
           
 void testUTF16BE()
           
 void testUTF16LE_BOM()
           
 void testUTF16LE()
           
 void testUTF8_BOM()
           
 void testUTF8_fail()
           
 void testUTF8()
           
 
Methods inherited from class Ini4jCase
missing, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, format
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnicodeInputStreamReaderTest

public UnicodeInputStreamReaderTest()
Method Detail

_testUTF32BE

public void _testUTF32BE()
                  throws Exception
Throws:
Exception

_testUTF32BE_BOM

public void _testUTF32BE_BOM()
                      throws Exception
Throws:
Exception

_testUTF32BE_fail

public void _testUTF32BE_fail()
                       throws Exception
Throws:
Exception

_testUTF32LE

public void _testUTF32LE()
                  throws Exception
Throws:
Exception

_testUTF32LE_BOM

public void _testUTF32LE_BOM()
                      throws Exception
Throws:
Exception

_testUTF32LE_fail

public void _testUTF32LE_fail()
                       throws Exception
Throws:
Exception

t_e_s_tUTF16BE_fail

public void t_e_s_tUTF16BE_fail()
                         throws Exception
Throws:
Exception

t_e_s_tUTF16LE_fail

public void t_e_s_tUTF16LE_fail()
                         throws Exception
Throws:
Exception

testUTF16BE

public void testUTF16BE()
                 throws Exception
Throws:
Exception

testUTF16BE_BOM

public void testUTF16BE_BOM()
                     throws Exception
Throws:
Exception

testUTF16LE

public void testUTF16LE()
                 throws Exception
Throws:
Exception

testUTF16LE_BOM

public void testUTF16LE_BOM()
                     throws Exception
Throws:
Exception

testUTF8

public void testUTF8()
              throws Exception
Throws:
Exception

testUTF8_BOM

public void testUTF8_BOM()
                  throws Exception
Throws:
Exception

testUTF8_fail

public void testUTF8_fail()
                   throws Exception
Throws:
Exception

[ini4j]