Package org.opentrafficsim.core.object
Class StaticObjectTest
java.lang.Object
org.opentrafficsim.core.object.StaticObjectTest
- All Implemented Interfaces:
Serializable
,Remote
,EventListener
,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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(org.djutils.event.Event event) Receiver for the events that should be emitted when a StaticObject is constructed.void
Test the StaticObject class.
-
Constructor Details
-
StaticObjectTest
public StaticObjectTest()
-
-
Method Details
-
staticObjectTest
Test the StaticObject class.- Throws:
OtsGeometryException
- if that happens, this test has failedNetworkException
- if that happens, this test has failed
-
notify
Receiver for the events that should be emitted when a StaticObject is constructed.- Specified by:
notify
in interfaceorg.djutils.event.EventListener
- Throws:
RemoteException
-