public void testSetsShowNumberOfCopiesToFalse() {
PrintOptions printOptions = new PrintOptions();
printOptions.setShowNumberOfCopies( false );
assertFalse( printOptions.showNumberOfCopies() );
}
@Test
public void testDefaultShowNumberOfCopiesIsTrue() {
PrintOptions printOptions = new PrintOptions();