public static void main(String[] args) {
   junit.awtui.TestRunner.main(new String[] {TestActionConfigMatcher.class.getName()});
 }
Exemplo n.º 2
0
 /**
  * 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()});
 }
Exemplo n.º 3
0
 /**
  * Start the tests.
  *
  * @param theArgs the arguments. Not used
  */
 public static void main(String[] theArgs) {
   junit.awtui.TestRunner.main(new String[] {TestGreaterThanTag.class.getName()});
 }
Exemplo n.º 4
0
 /**
  * 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()});
 }