public class FilePrinterTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ConfiguredPackage |
cfgpkg
The created configured package to test.
|
private Package |
pack
The created package to test.
|
| Constructor and Description |
|---|
FilePrinterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare()
Creates a "object-world" to test.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testFile001()
Test to print a whole file.
|
void |
testFile002()
Test to print a whole file.
|
void |
testFile003()
Test to print a whole file.
|
private ConfiguredPackage cfgpkg
private Package pack
public static junit.framework.Test suite()
public void prepare()
public void testFile001()
throws PrinterException
PrinterException - If a IOException is thrown.public void testFile002()
throws PrinterException
PrinterException - If a IOException is thrown.public void testFile003()
throws PrinterException
PrinterException - If a IOException is thrown.