blob: fd8574c62df76e963f09dbbe8d4133fa9ef755b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
package com.vaadin.tests.components.gridlayout;
/**
* A test class for testing GridLayoutHideMiddleCellsTest. The class is empty
* because the name convention is UIClassName+Test. GridLayoutExpandRatioTest
* and GridLayoutHideMiddleCellsTest behave the same way but on different UI
* classes. Thats why they have different names and zero code.
*/
public class GridLayoutHideMiddleCellsTest extends GridLayoutBaseTest {
}
|