org.apache.jsieve
Class LogTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jsieve.LogTest
All Implemented Interfaces:
junit.framework.Test

public class LogTest
extends junit.framework.TestCase

Class LogTest


Constructor Summary
LogTest()
           
 
Method Summary
 void testLogDebug()
          Test for Command 'log'.
 void testLogDefault()
          Test for Command 'log'.
 void testLogError()
          Test for Command 'log'.
 void testLogFatal()
          Test for Command 'log'.
 void testLogInfo()
          Test for Command 'log'.
 void testLogTrace()
          Test for Command 'log'.
 void testLogWarn()
          Test for Command 'log'.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogTest

public LogTest()
Method Detail

testLogDebug

public void testLogDebug()
Test for Command 'log'.


testLogError

public void testLogError()
Test for Command 'log'.


testLogFatal

public void testLogFatal()
Test for Command 'log'.


testLogInfo

public void testLogInfo()
Test for Command 'log'.


testLogTrace

public void testLogTrace()
Test for Command 'log'.


testLogWarn

public void testLogWarn()
Test for Command 'log'.


testLogDefault

public void testLogDefault()
Test for Command 'log'.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.