com.buglabs.osgi.log.tests
Class BasicTests

java.lang.Object
  extended by TestCase
      extended by com.buglabs.osgi.log.tests.BasicTests
All Implemented Interfaces:
java.util.EventListener, LogListener

public class BasicTests
extends TestCase
implements LogListener

Some basic tests to exercise the log subsystem. Currently these tests require the human eye to valid pass/fail.


Constructor Summary
BasicTests()
           
 
Method Summary
 void logged(LogEntry logentry)
           
 void testBasicLogPrint()
           
 void testLogReaderService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTests

public BasicTests()
Method Detail

testBasicLogPrint

public void testBasicLogPrint()

testLogReaderService

public void testLogReaderService()

logged

public void logged(LogEntry logentry)
Specified by:
logged in interface LogListener