Class KStringTest

java.lang.Object
com.iizix.test.locale.KStringTest

public class KStringTest extends Object
Test of KString and its format method.
Author:
Christopher Mindus
  • Constructor Details

    • KStringTest

      public KStringTest()
  • Method Details

    • main

      public static void main(String[] args)
      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.