public class VisualSuite extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GlobalConfiguration |
globalConfiguration
The global configuration.
|
protected List<Test> |
tests
The list of tests
|
| Constructor and Description |
|---|
VisualSuite() |
| Modifier and Type | Method and Description |
|---|---|
GlobalConfiguration |
getGlobalConfiguration()
Gets the global configuration.
|
List<Test> |
getTests()
Gets the test.
|
void |
setGlobalConfiguration(GlobalConfiguration value)
Sets the global configuration.
|
protected GlobalConfiguration globalConfiguration
public GlobalConfiguration getGlobalConfiguration()
public void setGlobalConfiguration(GlobalConfiguration value)
value - the new global configurationCopyright © 2017 JBoss by Red Hat. All rights reserved.