org.openbandy.example.test
Class LogServiceTest

java.lang.Object
  extended by org.openbandy.test.Test
      extended by org.openbandy.example.test.LogServiceTest
All Implemented Interfaces:
java.lang.Runnable

public class LogServiceTest
extends Test

A very simple test that just logs a message of every available log level.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
LogServiceTest()
          Create a new LogServiceTest
 
Method Summary
 void run()
           
 
Methods inherited from class org.openbandy.test.Test
getName, setTestsScreen, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServiceTest

public LogServiceTest()
Create a new LogServiceTest

Method Detail

run

public void run()