testSimple() Test a simple grid consisting of ten cells in default 2 columns and 5 rows.
public void
testSimpleWithColumnSpan() Test a a simple Grid consisting of ten cells with one of them
spanning two columns.
public void
testSimpleWithOversidedColumnSpan() Test a a simple Grid consisting of ten cells with one of them
spanning three columns (even though only two are available).
Test behavior of Grid with very little content and a needless
row span.
This is a special case for the GridProcessor.
__ __ __ __
| |XX|XX|XX|
| |XX|XX|XX|
| |XX|XX|XX|
| |XX|XX|XX|
| |XX|XX|XX|
|__|XX|XX|XX|
Test a a simple Grid consisting of ten cells with one of them
spanning two columns.
__ __
|0 |1 |
|__|__|
|2 |3 |
|__|__|
|4 |
|_____|
|5 |6 |
|__|__|
|7 |8 |
|__|__|
|9 |XX|
|__|XX|
testSimpleWithOversidedColumnSpan
public void testSimpleWithOversidedColumnSpan()(Code)
Test a a simple Grid consisting of ten cells with one of them
spanning three columns (even though only two are available).
__ __
|0 |1 |
|__|__|
|2 |3 |
|__|__|__
|4 |
|________|
|5 |6 |
|__|__|
|7 |8 |
|__|__|
|9 |XX|
|__|XX|