All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.jel.debug.Tester

java.lang.Object
   |
   +----gnu.jel.debug.Tester

public class Tester
extends Object

Constructor Index

 o Tester(OutputStream)

Method Index

 o compare(byte[], byte[])
 o compare(int, int)
 o compare(String, String)
 o main(String[])
 o printHexLine16(PrintWriter, byte[], int)
 o startTest(String)
 o summarize()
 o testFail()
 o testFailProgressing()
 o testOK()

Constructors

 o Tester
 public Tester(OutputStream stream)

Methods

 o startTest
 public void startTest(String descr)
 o testOK
 public void testOK()
 o testFail
 public void testFail()
 o testFailProgressing
 public void testFailProgressing()
 o summarize
 public void summarize()
 o compare
 public boolean compare(byte got[],
                        byte exp[])
 o printHexLine16
 public void printHexLine16(PrintWriter o,
                            byte data[],
                            int offset)
 o compare
 public boolean compare(String got,
                        String exp)
 o compare
 public boolean compare(int got,
                        int exp)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index