Package org.opentrafficsim.core.dsol
Class OTSReplicationTest
- java.lang.Object
-
- org.opentrafficsim.core.dsol.OTSReplicationTest
-
public class OTSReplicationTest extends Object
Test the OTSReplication class.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Feb 13, 2020
- Author:
- Peter Knoppers
-
-
Constructor Summary
Constructors Constructor Description OTSReplicationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
otsReplicationTest()
Test the OTSReplication class.
-
-
-
Method Detail
-
otsReplicationTest
public void otsReplicationTest() throws NamingException, RemoteException
Test the OTSReplication class.- Throws:
NamingException
- if that happens uncaught; this test has failedRemoteException
- if that happens uncaught; this test has failed
-
-