You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GridLayoutExpandRatioTest.java 416B

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