Interface SmokeTest


public interface SmokeTest
Interface used as a Category for classifying a test as a smoke-test.

All tests annotated like @Category(SmokeTest.class) would be run in the smoke-test suite. The smoke-test suite is meant for running unit tests and a number of functional tests.

Since:
TODO
See Also: