public class WorkbookMaxRowValidatorTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ROWS |
| Constructor and Description |
|---|
WorkbookMaxRowValidatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldNotReturnValidationErrorWhenNumberOfRowsExactlyEqualsToMaxValue() |
void |
shouldNotReturnValidationErrorWhenNumberOfRowsIsLessThanMaxValue() |
void |
shouldReturnValidationErrorWhenNumberOfRowsIsExceeded() |
void |
shouldReturnValidationErrorWhenSumOfNumberOfRowsIsExceeded() |
public static final int MAX_ROWS
public void shouldNotReturnValidationErrorWhenNumberOfRowsIsLessThanMaxValue()
public void shouldNotReturnValidationErrorWhenNumberOfRowsExactlyEqualsToMaxValue()
public void shouldReturnValidationErrorWhenNumberOfRowsIsExceeded()
public void shouldReturnValidationErrorWhenSumOfNumberOfRowsIsExceeded()
Copyright © 2018 SAP SE. All Rights Reserved.