Uses of Interface
com.sun.javatest.TestFinder.ErrorHandler
-
Packages that use TestFinder.ErrorHandler Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of TestFinder.ErrorHandler in com.sun.javatest
Methods in com.sun.javatest that return TestFinder.ErrorHandler Modifier and Type Method Description TestFinder.ErrorHandler
TestFinder. getErrorHandler()
Get the registered error handler.Methods in com.sun.javatest with parameters of type TestFinder.ErrorHandler Modifier and Type Method Description void
TestFinder. setErrorHandler(TestFinder.ErrorHandler h)
Set an error handler to be informed of errors that may arise while reading tests.
-