aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/testcategory/MeasurementTest.java
blob: 71334f0b4764beeec5bf993479e2a010706695ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.vaadin.testcategory;

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

}