aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/radiobuttongroup/RadioButtonGroupRequiredIndicatorTest.java
blob: 66f57db0e64f36b0ddff9bed4cd2a5dd645d5408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.vaadin.tests.components.radiobuttongroup;

import com.vaadin.tests.components.HasValueRequiredIndicatorTest;

/**
 * The tests are in the superclass.
 *
 * @author Vaadin Ltd
 *
 */
public class RadioButtonGroupRequiredIndicatorTest
        extends HasValueRequiredIndicatorTest {

}