| |
|
| org.apache.poi.util.TestStringUtil
TestStringUtil | public class TestStringUtil extends TestCase (Code) | | Unit test for StringUtil
author: Marc Johnson (mjohnson at apache dot org author: Glen Stampoultzis (glens at apache.org) author: Sergei Kozello (sergeikozello at mail.ru) |
TestStringUtil | public TestStringUtil(String name)(Code) | | Creates new TestStringUtil
Parameters: name - |
main | public static void main(String[] ignored_args)(Code) | | main
Parameters: ignored_args - |
setUp | protected void setUp() throws Exception(Code) | | See Also: junit.framework.TestCase.setUp |
testComplexGetFromUnicode | public void testComplexGetFromUnicode()(Code) | | Test more complex form of getFromUnicode
|
testGetFromUnicodeHighSymbolsWithCodesMoreThan127 | public void testGetFromUnicodeHighSymbolsWithCodesMoreThan127()(Code) | | test getFromUnicodeHigh for symbols with code below and more 127
|
testGetFromUnicodeSymbolsWithCodesMoreThan127 | public void testGetFromUnicodeSymbolsWithCodesMoreThan127()(Code) | | test simple form of getFromUnicode with symbols with code below and more 127
|
testPutCompressedUnicode | public void testPutCompressedUnicode() throws Exception(Code) | | Test putCompressedUnicode
|
testPutUncompressedUnicode | public void testPutUncompressedUnicode()(Code) | | Test putUncompressedUnicode
|
testSimpleGetFromUnicode | public void testSimpleGetFromUnicode()(Code) | | test simple form of getFromUnicode
|
|
|
|