public class Config extends Object
Constructor and Description |
---|
Config() |
Config(List<TestConfig> tests) |
Config(TestConfig... tests) |
Modifier and Type | Method and Description |
---|---|
List<TestConfig> |
getTestConfigs() |
List<TestInstance> |
getTests() |
int |
getTotalNumberOfClients() |
public Config()
public Config(List<TestConfig> tests)
public Config(TestConfig... tests)
public List<TestInstance> getTests()
public List<TestConfig> getTestConfigs()
public int getTotalNumberOfClients()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.