Module JNISpice
Package spice.tspice

Class TestTextIO


  • public class TestTextIO
    extends java.lang.Object
    Class TestTextIO provides methods that implement test families for the classes TextReader and TextWriter.

    Version 2.0.0 29-DEC-2016 (NJB)

    Moved clean-up code to "finally" block.

    Version 1.0.0 21-DEC-2009 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      TestTextIO()  
    • Method Summary

      Modifier and Type Method Description
      static boolean f_TextIO()
      Test classes TextReader and TextWriter.
      • Methods inherited from class java.lang.Object

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

      • TestTextIO

        public TestTextIO()
    • Method Detail