org.jcoderz.commons.logging
Class LogViewerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.TestCase
              extended by org.jcoderz.commons.logging.LogViewerTest
All Implemented Interfaces:
Test

public class LogViewerTest
extends TestCase

Tests several static methods of the class LogViewer.


Constructor Summary
LogViewerTest()
           
 
Method Summary
 void testGetDateFrom()
          Tests the method LogViewer.getDateFrom(String).
 void testGetDateFromOptValue()
          Tests the method LogViewer.getDateFromOptValue(String, boolean).
 void testGetDateTo()
          Tests the method LogViewer.getDateTo(String).
 void testGetPeriodsFromOptionsValues()
          Tests the method LogViewer.getPeriodsFromOptionValues(String[]).
 
Methods inherited from class org.jcoderz.commons.TestCase
getBaseDir, getHostName, getSuite, hasTestCases
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogViewerTest

public LogViewerTest()
Method Detail

testGetDateFromOptValue

public void testGetDateFromOptValue()
Tests the method LogViewer.getDateFromOptValue(String, boolean).


testGetDateFrom

public void testGetDateFrom()
Tests the method LogViewer.getDateFrom(String).


testGetDateTo

public void testGetDateTo()
Tests the method LogViewer.getDateTo(String).


testGetPeriodsFromOptionsValues

public void testGetPeriodsFromOptionsValues()
Tests the method LogViewer.getPeriodsFromOptionValues(String[]).



Copyright 2007 The jCoderZ Project.