Class StaticObjectTest

java.lang.Object
org.opentrafficsim.core.object.StaticObjectTest
All Implemented Interfaces:
EventListener, EventListener

public final class StaticObjectTest extends Object implements 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
  • Method Details

    • staticObjectTest

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

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