public class ConcreteFigures extends TestSuite
| Modifier and Type | Class and Description |
|---|---|
static class |
ConcreteFigures.BasicRectangleFactory1
Create a BasicRectangle with stroked outline
|
static class |
ConcreteFigures.BasicRectangleFactory2
Create a filled BasicRectangle
|
static class |
ConcreteFigures.CompositeFigureFactory1
Create a CompositeFigure with a filled rectangle background
|
static class |
ConcreteFigures.IconFigureFactory
Create an icon figure
|
static class |
ConcreteFigures.ImageFigureFactory
Create an image figure
|
static class |
ConcreteFigures.LabelFigureFactory
Create an image figure
|
static class |
ConcreteFigures.PaneWrapperFactory
Create a PaneWrapper with a filled rectangle background
|
| Constructor and Description |
|---|
ConcreteFigures(TestHarness harness)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv)
Create a default test harness and
run all tests on it.
|
void |
runSuite()
runSuite()
|
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarnesspublic ConcreteFigures(TestHarness harness)