Package org.djutils.event
Class EventUtilTest
java.lang.Object
org.djutils.event.EventUtilTest
public class EventUtilTest extends Object
Test the EventProducingCollection, EventProducingList, EventProducingMap, EventProducingSet and EventIterator.
Copyright (c) 2002-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html. This class was originally part of the DSOL project, see https://simulation.tudelft.nl/dsol/manual.
- Author:
- Alexander Verbraeck
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
EventUtilTest.TestEventListener
-
Constructor Summary
Constructors Constructor Description EventUtilTest()
-
Method Summary
Modifier and Type Method Description void
testEventProducingCollection()
Test the EventProducingCollection.void
testEventProducingList()
Test the EventProducingList.void
testEventProducingMap()
Test the EventProducingMap.void
testEventProducingSet()
Test the EventProducingSet.
-
Constructor Details
-
EventUtilTest
public EventUtilTest()
-
-
Method Details
-
testEventProducingCollection
public void testEventProducingCollection()Test the EventProducingCollection. -
testEventProducingSet
public void testEventProducingSet()Test the EventProducingSet. -
testEventProducingList
public void testEventProducingList()Test the EventProducingList. -
testEventProducingMap
public void testEventProducingMap()Test the EventProducingMap.
-