|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
info.monitorenter.unicode.decoder.html.HtmlEntityDecoderReaderTest
Tests for .
HtmlEntityDecoderReader
| Constructor Summary | |
HtmlEntityDecoderReaderTest()
Creates a test case named by this class. |
|
HtmlEntityDecoderReaderTest(String arg0)
Creates a test case with the given name. |
|
| Method Summary | |
void |
testDecode()
Tests
functionality with a test file and different char[] sizes.
|
void |
testDecodeBigFile1()
Tests
functionality with a big test html file.
|
void |
testDecodeBigFile2()
Tests
functionality with a big test html file (NCR, named entities of latin-1).
|
void |
testDecodeBigFile3()
Tests
functionality with a big test html file (NCR, named entities with
mathematical, greek and symbolic characters).
|
void |
testDecodeBigFile4()
Tests
functionality with a big test html file (NCR, named entities with special
characters).
|
void |
testDecodeNCR()
Tests
functionality with various different notations of NCRs as described in
http://www.w3.org/TR/html4/charset.html#h-5.3.1.
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HtmlEntityDecoderReaderTest()
public HtmlEntityDecoderReaderTest(String arg0)
arg0 - the name of the test case.| Method Detail |
public void testDecode()
throws IOException
Reader.read(char[])
functionality with a test file and different char[] sizes.
IOException - if sth. goes wrong.
public void testDecodeBigFile1()
throws IOException
Reader.read(char[])
functionality with a big test html file.
IOException - if sth. goes wrong.
public void testDecodeBigFile2()
throws IOException
Reader.read(char[])
functionality with a big test html file (NCR, named entities of latin-1).
IOException - if sth. goes wrong.
public void testDecodeBigFile3()
throws IOException
Reader.read(char[])
functionality with a big test html file (NCR, named entities with
mathematical, greek and symbolic characters).
IOException - if sth. goes wrong.
public void testDecodeBigFile4()
throws IOException
Reader.read(char[])
functionality with a big test html file (NCR, named entities with special
characters).
IOException - if sth. goes wrong.
public void testDecodeNCR()
throws IOException
Reader.read(char[])
functionality with various different notations of NCRs as described in
http://www.w3.org/TR/html4/charset.html#h-5.3.1.
IOException - if sth. goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||