The class given as parameter to SharedRuntime has to implement this interface.
| Type | Name and description | 
|---|---|
| void | configure(TestRuntime runtime)This method will be called after a new runtime has been instantiated | 
| java.lang.String[] | getRequiredFeatures()The list of features that should be available in the runtime. | 
This method will be called after a new runtime has been instantiated
runtime -  the new runtime instanceThe list of features that should be available in the runtime. when null is returned, all available features will be selected.