Interface SlowTests


public interface SlowTests
Tests which take more than 0.5s to run should be annotated with @ @Category(SlowTests.class) and will be excluded by default from the test suite.
Since:
1.0
Author:
Vaadin Ltd