public interface TestConfigurer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
configure(TestContext testContext,
T configuration)
Given a configuration object call the appropriate method on the test class annotated with
ConfigHandler annotation. |
<T> T configure(TestContext testContext, T configuration)
ConfigHandler annotation.T - the configuration object typetestContext - the test contextconfiguration - the configuration objectCopyright © 2016–2018 Testify Project. All rights reserved.