Class TryTest

java.lang.Object
org.djutils.exceptions.TryTest

public class TryTest extends Object
Test the methods in the Try class.
Author:
Peter Knoppers
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    value to test for change by execute() method.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Can we get our intermittent test result to show up without the JUnit test harness?
    protected void
    setResult(String newResult)
    setter for the value to be called from execute() method.
    void
    Test the assign methods in the Try class.
    void
    Test the execute methods in the Try class.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      protected String value
      value to test for change by execute() method.
  • Constructor Details

    • TryTest

      public TryTest()
  • Method Details

    • tryAssignTest

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

      protected void setResult(String newResult)
      setter for the value to be called from execute() method.
      Parameters:
      newResult - the value to set
    • tryExecuteTest

      @Test public void tryExecuteTest() throws RuntimeException
      Test the execute 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 - the command line arguments