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.

GridLayoutCaptionAlignmentTest.java 379B

1234567891011121314151617
  1. package com.vaadin.tests.components.gridlayout;
  2. import java.io.IOException;
  3. import org.junit.Test;
  4. import com.vaadin.tests.tb3.MultiBrowserTest;
  5. public class GridLayoutCaptionAlignmentTest extends MultiBrowserTest {
  6. @Test
  7. public void testCaptionAlignments() throws IOException {
  8. openTestURL();
  9. compareScreen("gridlayout-caption-alignment");
  10. }
  11. }