Javadoc
This commit is contained in:
@@ -74,7 +74,7 @@ public class PathableClassLoader extends URLClassLoader {
|
|||||||
private boolean parentFirst = true;
|
private boolean parentFirst = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructs a new instance.
|
||||||
* <p>
|
* <p>
|
||||||
* Often, null is passed as the parent, that is, the parent of the new
|
* Often, null is passed as the parent, that is, the parent of the new
|
||||||
* instance is the bootloader. This ensures that the classpath is
|
* instance is the bootloader. This ensures that the classpath is
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ public class PathableTestSuite extends TestSuite {
|
|||||||
private final ClassLoader contextLoader;
|
private final ClassLoader contextLoader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructs a new instance.
|
||||||
*
|
*
|
||||||
* @param testClass is the TestCase that is to be run, as loaded by
|
* @param testClass is the TestCase that is to be run, as loaded by
|
||||||
* the appropriate ClassLoader.
|
* the appropriate ClassLoader.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ public class TestAppender extends AppenderSkeleton {
|
|||||||
private final List events;
|
private final List events;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructs a new instance.
|
||||||
*/
|
*/
|
||||||
public TestAppender(final List logEvents) {
|
public TestAppender(final List logEvents) {
|
||||||
events = logEvents;
|
events = logEvents;
|
||||||
|
|||||||
Reference in New Issue
Block a user