@API(status=STABLE)
public interface Container
Modifier and Type | Method and Description |
---|---|
boolean |
addClass(Class<?> glueClass)
Add a glue class to the test context.
|
boolean addClass(Class<?> glueClass)
Invoked after creation but before ObjectFactory.start()
.
glueClass
- glue class to add to the text context.Copyright © 2020. All rights reserved.