package com.vaadin.testcategory; /** * Test that is not supposed to be run on validation and run without other * verification tests. *
* The purpose of the test to make some measurement (memory, time, etc.). * * * @author Vaadin Ltd * */ public interface MeasurementTest { }