bb.util.logging
Class HandlerConsole.UnitTest

java.lang.Object
  extended by bb.util.logging.HandlerAbstract.UnitTest
      extended by bb.util.logging.HandlerConsole.UnitTest
Enclosing class:
HandlerConsole

public static class HandlerConsole.UnitTest
extends HandlerAbstract.UnitTest

See the Overview page of the project's javadocs for a general description of this unit test class.


Field Summary
private static String token
           
 
Constructor Summary
HandlerConsole.UnitTest()
           
 
Method Summary
private  int getLogCount(PrintStreamStoring pss)
           
static void main(String[] args)
           
 void test_publish()
           
 
Methods inherited from class bb.util.logging.HandlerAbstract.UnitTest
test_all_makeLogsConcurrentlyRapidly, test_all_makeLogsSeriallySlowly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

private static final String token
See Also:
Constant Field Values
Constructor Detail

HandlerConsole.UnitTest

public HandlerConsole.UnitTest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

test_publish

public void test_publish()
                  throws Exception
Throws:
Exception

getLogCount

private int getLogCount(PrintStreamStoring pss)