Package examples.demo

Class UdtAsAlt


  • public class UdtAsAlt
    extends RunTests
    This is a demonstration of how to use a UDT as a specialized alternate (ALT) operation. Despite the name, User Defined Terminal (UDT), UDTs can be used as non-terminal operators as well. See the source code for details.
    • Constructor Summary

      Constructors 
      Constructor Description
      UdtAsAlt​(java.lang.String testName, java.io.PrintStream out)
      Constructor for the test.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UdtAsAlt

        public UdtAsAlt​(java.lang.String testName,
                        java.io.PrintStream out)
        Constructor for the test. Parameters are supplied explicitly or by default from the command line to the driver function.
        Parameters:
        testName - the name of the test
        out - the output device