org.jcoderz.commons.logging
Class LogViewerTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jcoderz.commons.TestCase
org.jcoderz.commons.logging.LogViewerTest
- All Implemented Interfaces:
- Test
public class LogViewerTest
- extends TestCase
Tests several static methods of the class
LogViewer.
| 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 |
LogViewerTest
public LogViewerTest()
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.