Package org.djutils.exceptions
Class TryTest
java.lang.Object
org.djutils.exceptions.TryTest
public class TryTest extends Object
Test the methods in the Try class.
- Author:
- Peter Knoppers
-
Constructor Summary
Constructors Constructor Description TryTest()
-
Method Summary
-
Constructor Details
-
TryTest
public TryTest()
-
-
Method Details
-
tryTest
Test the methods in the Try class.- Throws:
RuntimeException
- if that happens (uncaught); this test has failed.
-
main
Can we get our intermittent test result to show up without the JUnit test harness?- Parameters:
args
- String[]; the command line arguments
-