Remove noisy inline comments.
This commit is contained in:
@@ -51,10 +51,6 @@ public abstract class StandardTests extends TestCase {
|
||||
public Throwable throwable;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// JUnit Infrastructure Methods
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set up instance variables required by this test case.
|
||||
*/
|
||||
@@ -71,10 +67,6 @@ public abstract class StandardTests extends TestCase {
|
||||
LogFactory.releaseAll();
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------
|
||||
// abstract methods
|
||||
// -----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Modify log4j's setup so that all messages actually logged get redirected
|
||||
* into the specified list.
|
||||
@@ -84,8 +76,6 @@ public abstract class StandardTests extends TestCase {
|
||||
*/
|
||||
public abstract void setUpTestAppender(List logEvents) throws Exception;
|
||||
|
||||
// ----------------------------------------------------------- Test Methods
|
||||
|
||||
/**
|
||||
* Test that a LogFactory gets created as expected.
|
||||
*/
|
||||
@@ -146,8 +136,6 @@ public abstract class StandardTests extends TestCase {
|
||||
checkLoggingEvents(logEvents, true);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------- Support Methods
|
||||
|
||||
/**
|
||||
* Verify that the TestAppender has received the expected
|
||||
* number of messages. This assumes that:
|
||||
|
||||
Reference in New Issue
Block a user