Interface SuiteProvider
Deprecated.
this is a feature in progress of development, there may be backward incompatible changes done to it, so please
use with care
Integration tests suite provider.
Any
TestSuite
class must implement this interface.
A Suite may provide methods annotated with TestSuite.BeforeSuite
and/or
TestSuite.AfterSuite
.
Currently supported parameter is the SuiteStorage
.