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 Summary
Method Summary
Modifier and TypeMethodDescriptionstatic void
Tests parsing and conversion.static int
Test of multiple tags in PLAIN strings that fails.
Constructor Details
KStringTest
public KStringTest()
Method Details
main
Tests 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.
testMultipleTags
public static int testMultipleTags()Test of multiple tags in PLAIN strings that fails.