aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/gridlayout/GridLayoutExpandRatioTest.java
blob: 19e9d35b99786ac300854f51b2907ae3724468e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
package com.vaadin.tests.components.gridlayout;

/**
 * A test class for testing GridLayoutExpandRatio. 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 GridLayoutExpandRatioTest extends GridLayoutBaseTest {

}