001/* Run the Tcl tests in testDefs.tcl 002 Autogenerated by ptolemy/util/test/junit/updateJUnitTclTest 003 004 Copyright (c) 2010-2011 The Regents of the University of California. 005 All rights reserved. 006 Permission is hereby granted, without written agreement and without 007 license or royalty fees, to use, copy, modify, and distribute this 008 software and its documentation for any purpose, provided that the above 009 copyright notice and the following two paragraphs appear in all copies 010 of this software. 011 012 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY 013 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 014 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF 015 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF 016 SUCH DAMAGE. 017 018 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, 019 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 020 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE 021 PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF 022 CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, 023 ENHANCEMENTS, OR MODIFICATIONS. 024 025 PT_COPYRIGHT_VERSION_2 026 COPYRIGHTENDKEY 027 028 */ 029 030package ptolemy.domains.pn.kernel.event.test.junit; 031 032import ptolemy.util.test.junit.JUnitTclTestBase; 033 034/////////////////////////////////////////////////////////////////// 035//// JUnitTclTest 036/** 037 * Run the auto/ and Tcl tests under JUnit. 038 * <pre> 039 * (cd $PTII/ptolemy/domains/pn/kernel/event/test/junit; java -classpath ${PTII}:${PTII}/lib/ptjacl.jar:${PTII}/lib/junit-4.8.2.jar:${PTII}/lib/JUnitParams-0.3.0.jar org.junit.runner.JUnitCore ptolemy.domains.pn.kernel.event.test.junit.JUnitTclTest) 040 * </pre> 041 * 042 * <p> A copy of this file appears in each test/junit subdirectory 043 * so that it is easy for developers to run tests. The master 044 * file is in $PTII/util/testsuite/JUnitTclTest.java.in. 045 * To update all the files, run 046 * <pre> 047 * cd $PTII 048 * ptolemy/util/test/junit/updateJUnitTclTest 049 * </pre> 050 * 051 * @author Christopher Brooks 052 * @version $Id$ 053 * @since Ptolemy II 10.0 054 * @Pt.ProposedRating Green (cxh) 055 * @Pt.AcceptedRating Green (cxh) 056 */ 057public class JUnitTclTest extends JUnitTclTestBase { 058 // This class is empty, all the action occurs in the parent. 059}