您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }