-
All Known Subinterfaces:
- IntegrationTest, PerformanceTest, SampleTest
public interface SlowTest
Tests that can take longer than a couple of milliseconds to run. These tests can be excluded by a build tool that wants to to a fast test of the code, for example only Unit Tests.
- Author:
-
Amedee Van Gasse