package com.vaadin.tests.components; import com.vaadin.annotations.Theme; @Theme("reindeer") public abstract class AbstractReindeerTestUI extends AbstractTestUI { }