* HACK. `mvn test` will be run before the package is created. javaagent can be loaded only from a jar. Since the
* jar is not yet created, it will throw agent not found exception. This is a hack to get rid of that exception
*/
@Override
public IObjectFactory getObjectFactory(ITestContext context) throws Exception {
return new ObjectFactoryImpl();
}