Package org.opentrafficsim.core.egtf
Class EgtfTest
java.lang.Object
org.opentrafficsim.core.egtf.EgtfTest
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:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests if combined data results in sensible outcomes, e.g. more towards other sources if source less reliable.void
Tests whether exception are thrown with inappropriate usages.
-
Constructor Details
-
EgtfTest
public EgtfTest()
-
-
Method Details
-
combineSourcesTest
@Test public void combineSourcesTest()Tests if combined data results in sensible outcomes, e.g. more towards other sources if source less reliable. -
exceptionsTest
@Test public void exceptionsTest()Tests whether exception are thrown with inappropriate usages.
-