bb.util.logging
Class HandlerAbstract.UnitTest
java.lang.Object
bb.util.logging.HandlerAbstract.UnitTest
- Direct Known Subclasses:
- HandlerAudio.UnitTest, HandlerConsole.UnitTest, HandlerEmail.UnitTest, HandlerGui.UnitTest
- Enclosing class:
- HandlerAbstract
public abstract static class HandlerAbstract.UnitTest
- extends Object
See the Overview page of the project's javadocs for a general description of this unit test class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerAbstract.UnitTest
public HandlerAbstract.UnitTest()
test_all_makeLogsSeriallySlowly
protected void test_all_makeLogsSeriallySlowly(int numToGenerate,
Handler handler)
throws Exception
- Throws:
Exception
test_all_makeLogsConcurrentlyRapidly
protected void test_all_makeLogsConcurrentlyRapidly(int numToGenerate,
Handler handler)
throws Exception
- Throws:
Exception