public abstract class FillingHandlerTest extends Object
Constructor and Description |
---|
FillingHandlerTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getFilledString()
Shall return the field data with filler, with total size.
|
protected abstract FillingHandler |
getFillingHandler()
The filling handler which should be tested.
|
protected abstract String |
getStripedString()
Shall return the field data with no filler, smaller than the total size.
|
void |
testFill() |
void |
testFillJust() |
void |
testFillOverflow() |
void |
testOverFill() |
void |
testStrip() |
void |
testStripJust() |
void |
testStripOverflowed() |
protected abstract String getStripedString()
protected abstract String getFilledString()
protected abstract FillingHandler getFillingHandler()
public void testFill()
public void testFillJust()
public void testFillOverflow()
public void testStrip()
public void testStripJust()
public void testStripOverflowed()
public void testOverFill()
Copyright © 2014. All Rights Reserved.