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 Details

  • Method Details

    • tryTest

      public void tryTest() throws RuntimeException
      Test the methods in the Try class.
      Throws:
      RuntimeException - if that happens (uncaught); this test has failed.
    • main

      public static void main​(String[] args)
      Can we get our intermittent test result to show up without the JUnit test harness?
      Parameters:
      args - String[]; the command line arguments