Ejemplo n.º 1
0
  /**
   * Method main
   *
   * @param args
   */
  public static void main(String[] args) {

    XMLUtils.spitOutVersions(log);

    boolean useTextUI = true;

    if (useTextUI) {
      junit.textui.TestRunner.run(suite());
    } else {
      String[] testCaseName = {"-noloading", ModuleTest.class.getName()};

      try {
        String lookAndFeelClass = "com.incors.plaf.kunststoff.KunststoffLookAndFeel";
        javax.swing.LookAndFeel lnf =
            (javax.swing.LookAndFeel) Class.forName(lookAndFeelClass).newInstance();

        javax.swing.UIManager.setLookAndFeel(lnf);
      } catch (Exception ex) {
      }

      junit.swingui.TestRunner.main(testCaseName);
    }
  }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", RocoConnectionTypeListTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 3
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {BlockManagerTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 public static void main(String[] args) {
   // Now run JUnit.
   junit.swingui.TestRunner.main(args);
 }
Ejemplo n.º 5
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {SprogMessageTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 6
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {AbstractIdentifyTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 7
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", ConfigToolActionTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 public static void main(String[] args) {
   junit.swingui.TestRunner.main(args);
 }
Ejemplo n.º 9
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {RpsPositionIconTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 10
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", XNetSystemConnectionMemoTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 11
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {DefaultConditionalTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", CompositeVariableValueTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 13
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {InitiateSoundTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 public static void main(String[] argv) {
   String[] testCaseList = {FuncSimulatedContent.class.getName()};
   junit.swingui.TestRunner.main(testCaseList);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {EasyDccPacketGenFrameTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", z21XNetStreamPortControllerTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 17
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {SimplePowerServerTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 18
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", DecoderIndexFileTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 19
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {SensorGroupTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {TractionControlRequestMessageTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 /* Executes the test case */
 public static void main(String[] argv) {
   String[] testCaseList = {ProjectTestSuite.class.getName()};
   junit.swingui.TestRunner.main(testCaseList);
 }
Ejemplo n.º 22
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {PushbuttonPacketTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {SerialTrafficControllerTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 24
0
 public static void main(String[] argv) {
   junit.swingui.TestRunner.main(new String[] {TestOperatoren.class.getName()});
 }
Ejemplo n.º 25
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", XNetMonPaneTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {ResettingOffsetHighCvProgrammerFacadeTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", SerialSensorManagerTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 28
0
 // Main method: Invokes GUI
 public static void main(String args[]) {
   String[] testCaseName = {URLTest.class.getName()};
   // junit.textui.TestRunner.main(testCaseName);
   junit.swingui.TestRunner.main(testCaseName);
   // junit.awtui.TestRunner.main(testCaseName);
 }
Ejemplo n.º 29
0
 /**
  * Executes the test case
  *
  * @param argv array of Strings containing command line arguments
  */
 public static void main(String[] argv) {
   String[] testCaseList = {TestPoll.class.getName()};
   junit.swingui.TestRunner.main(testCaseList);
 }
Ejemplo n.º 30
0
 // Main entry point
 public static void main(String[] args) {
   String[] testCaseName = {"-noloading", JUnitAppenderTest.class.getName()};
   junit.swingui.TestRunner.main(testCaseName);
 }