org.apache.maven.shared.utils
Class XmlStreamReaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.utils.XmlStreamReaderTest
All Implemented Interfaces:
junit.framework.Test

public class XmlStreamReaderTest
extends junit.framework.TestCase

Author:
Hervé Boutemy

Constructor Summary
XmlStreamReaderTest()
           
 
Method Summary
 void testDefaultEncoding()
           
 void testEBCDICEncoding()
           
 void testEncodingAttribute()
           
 void testEUC_JPEncoding()
           
 void testInappropriateEncoding()
           
 void testLatin15Encoding()
           
 void testLatin1Encoding()
           
 void testLatin7Encoding()
           
 void testNoXmlHeader()
           
 void testUTF16BEEncoding()
           
 void testUTF16Encoding()
           
 void testUTF16LEEncoding()
           
 void testUTF8Encoding()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlStreamReaderTest

public XmlStreamReaderTest()
Method Detail

testNoXmlHeader

public void testNoXmlHeader()
                     throws IOException
Throws:
IOException

testDefaultEncoding

public void testDefaultEncoding()
                         throws IOException
Throws:
IOException

testUTF8Encoding

public void testUTF8Encoding()
                      throws IOException
Throws:
IOException

testUTF16Encoding

public void testUTF16Encoding()
                       throws IOException
Throws:
IOException

testUTF16BEEncoding

public void testUTF16BEEncoding()
                         throws IOException
Throws:
IOException

testUTF16LEEncoding

public void testUTF16LEEncoding()
                         throws IOException
Throws:
IOException

testLatin1Encoding

public void testLatin1Encoding()
                        throws IOException
Throws:
IOException

testLatin7Encoding

public void testLatin7Encoding()
                        throws IOException
Throws:
IOException

testLatin15Encoding

public void testLatin15Encoding()
                         throws IOException
Throws:
IOException

testEUC_JPEncoding

public void testEUC_JPEncoding()
                        throws IOException
Throws:
IOException

testEBCDICEncoding

public void testEBCDICEncoding()
                        throws IOException
Throws:
IOException

testInappropriateEncoding

public void testInappropriateEncoding()
                               throws IOException
Throws:
IOException

testEncodingAttribute

public void testEncodingAttribute()
                           throws IOException
Throws:
IOException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.