Interface SmallTests


public interface SmallTests
Tagging a test as 'small' means that the test class has the following characteristics:
  • it can be run simultaneously with other small tests all in the same JVM
  • ideally, the WHOLE implementing test-suite/class, no matter how many or how few test methods it has, should take less than 15 seconds to complete
  • it does not use a cluster
See Also: