package nl.tudelft.simulation.language; import junit.framework.TestCase; /** * The JUNIT Test for the BoundingBox. *

* (c) 2002-2018 Delft University of Technology , the * Netherlands. *

* See for project information www.simulation.tudelft.nl/language
* License of use: Lesser General Public License (LGPL) , no * warranty * @author Peter Jacobs * @version 1.2 Sep 28, 2004 * @since 1.5 */ public class BoundingBoxTest extends TestCase { /** * constructs a new MonitorTest. */ public BoundingBoxTest() { this("test"); } /** * constructs a new MonitorTest. * @param arg0 */ public BoundingBoxTest(String arg0) { super(arg0); } /** * tests the BoundingBox */ public void test() { // TODO implement the test method } }