public interface SmallTests
Tag a test as 'small', meaning that the test class has the following
characteristics:
- can be run simultaneously with other small tests in the same JVM
- ideally, last less than 15 seconds
- does not use a cluster
- See Also:
MediumTests
,
LargeTests
,
IntegrationTests