bb.util.logging
Class HandlerAbstract.UnitTest

java.lang.Object
  extended by 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.


Nested Class Summary
private static class HandlerAbstract.UnitTest.LogGenerator
           
 
Constructor Summary
HandlerAbstract.UnitTest()
           
 
Method Summary
protected  void test_all_makeLogsConcurrentlyRapidly(int numToGenerate, Handler handler)
           
protected  void test_all_makeLogsSeriallySlowly(int numToGenerate, Handler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerAbstract.UnitTest

public HandlerAbstract.UnitTest()
Method Detail

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