| java.lang.Object org.netbeans.junit.ControlFlow
ControlFlow | final class ControlFlow extends Object (Code) | | Basic skeleton for logging test case.
author: Jaroslav Tulach |
Method Summary | |
static void | registerSwitches(Logger listenTo, Logger reportTo, URL url, int timeout) Registers hints for controlling thread switching in multithreaded
applications. | static void | registerSwitches(Logger listenTo, Logger reportTo, String order, int timeout) Registers hints for controlling thread switching in multithreaded
applications. |
registerSwitches | static void registerSwitches(Logger listenTo, Logger reportTo, URL url, int timeout) throws IOException(Code) | | Registers hints for controlling thread switching in multithreaded
applications.
Parameters: url - the url to read the file from exception: IOException - thrown when there is problem reading the url |
registerSwitches | static void registerSwitches(Logger listenTo, Logger reportTo, String order, int timeout)(Code) | | Registers hints for controlling thread switching in multithreaded
applications.
|
|
|