public static void main(String[] args) {
   junit.awtui.TestRunner.main(new String[] {TestActionConfigMatcher.class.getName()});
 }
 /**
  * Start the tests.
  *
  * @param theArgs the arguments. Not used
  */
 public static void main(String[] theArgs) {
   junit.awtui.TestRunner.main(new String[] {TestMessageTag2_fr.class.getName()});
 }
 /**
  * Start the tests.
  *
  * @param theArgs the arguments. Not used
  */
 public static void main(String[] theArgs) {
   junit.awtui.TestRunner.main(new String[] {TestGreaterThanTag.class.getName()});
 }
 /**
  * Start the tests.
  *
  * @param theArgs the arguments. Not used
  */
 public static void main(final String[] theArgs) {
   junit.awtui.TestRunner.main(new String[] {SelectTag2Test.class.getName()});
 }