aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/AbstractReindeerTestUI.java
blob: da3a77ab74b736e78eabe09cb1ee1d5dbfc68002 (plain)
1
2
3
4
5
6
7
package com.vaadin.tests.components;

import com.vaadin.annotations.Theme;

@Theme("reindeer")
public abstract class AbstractReindeerTestUI extends AbstractTestUI {
}