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.

GridColumnAutoWidthServerTest.java 312B

123456789101112
  1. package com.vaadin.tests.components.grid;
  2. import com.vaadin.testbench.parallel.TestCategory;
  3. @TestCategory("grid")
  4. public class GridColumnAutoWidthServerTest
  5. extends AbstractGridColumnAutoWidthTest {
  6. @Override
  7. protected Class<?> getUIClass() {
  8. return GridColumnAutoWidth.class;
  9. }
  10. }