Class QtafTestNGContext

java.lang.Object
de.qytera.qtaf.testng.context.QtafTestNGContext
All Implemented Interfaces:
IQtafTestContext
Direct Known Subclasses:
QtafCucumberHooks

@Guice(modules=QtafModule.class) public abstract class QtafTestNGContext extends Object implements IQtafTestContext
Test context works as a factory class and state manager for test classes. It provides information about the current test class like information about annotations and holds objects needed during test executing (i.e. loggers, etc).