Package com.iizix.test.locale
Class KStringTest
java.lang.Object
com.iizix.test.locale.KStringTest
Test of KString and its format method.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static voidTests parsing and conversion.- static intTest of multiple tags in PLAIN strings that fails.
- Constructor Details- KStringTestpublic KStringTest()
 
- Method Details- mainTests parsing and conversion.- Parameters:
- args- Arguments, array of at least one argument, the first argument should be "1" for HTML KString type or other value for PLAIN KString type. The remaining arguments build up a space delimited raw string from which the KString is created from. The '[]' bracket characters are replaced with '>' and '<' respectively and '@' will be replaced with '&' as these characters are difficult to specify on command line.
 
- testMultipleTagspublic static int testMultipleTags()Test of multiple tags in PLAIN strings that fails.