Class StaticObjectTest

java.lang.Object
org.opentrafficsim.core.object.StaticObjectTest
All Implemented Interfaces:
Serializable, Remote, EventListener, org.djutils.event.EventListener

public class StaticObjectTest extends Object implements org.djutils.event.EventListener
Test the StaticObject class.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Peter Knoppers
See Also:
  • Constructor Details

    • StaticObjectTest

      public StaticObjectTest()
  • Method Details

    • staticObjectTest

      @Test public void staticObjectTest() throws OtsGeometryException, NetworkException
      Test the StaticObject class.
      Throws:
      OtsGeometryException - if that happens, this test has failed
      NetworkException - if that happens, this test has failed
    • notify

      public void notify(org.djutils.event.Event event) throws RemoteException
      Receiver for the events that should be emitted when a StaticObject is constructed.
      Specified by:
      notify in interface org.djutils.event.EventListener
      Throws:
      RemoteException