aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/AbstractReindeerTestUIWithLog.java
blob: 64e03a031a13fac42d62e33cfeb93cf5443e0f67 (plain)
1
2
3
4
5
6
7
8
9
package com.vaadin.tests.components;

import com.vaadin.annotations.Theme;

@Theme("reindeer")
public abstract class AbstractReindeerTestUIWithLog
        extends AbstractTestUIWithLog {

}