public class TestLogRollPeriod
extends java.lang.Object
| Constructor and Description |
|---|
TestLogRollPeriod() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testNoEdits()
Tests that the LogRoller perform the roll even if there are no edits
|
void |
testWithEdits()
Tests that the LogRoller perform the roll with some data in the log
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoEdits()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithEdits()
throws java.lang.Exception
java.lang.Exception