A C D E F G H I M N O P R S T

E

ErrorReport - Exception in tester
Exception to be raised when a test case fails, so that we can record and report the stack trace at that point.
ErrorReport() - Constructor for exception tester.ErrorReport
Constructs a new exception with null as its detail message.
ErrorReport(String) - Constructor for exception tester.ErrorReport
Constructs a new exception with the specified detail message.
ErrorReport(String, Throwable) - Constructor for exception tester.ErrorReport
Constructs a new exception with the specified detail message and cause.
ErrorReport(Throwable) - Constructor for exception tester.ErrorReport
Constructs a new exception with the specified cause and a detail message.
errors - Variable in class tester.Tester
the total number of tests

A C D E F G H I M N O P R S T