Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi Sang,
ok, I've moved the creation of the reportcollector to a protected factory method that you can override in your derived class, ie add
protected JUnitReportCollector createJUnitReportCollector()
{
return new ICJUnitReportCollector ();
}
will be in upcoming nightly build. Regarding the afterStep handler this is odd, can you apply the above and get back to me if you still have that issue?
regards!
/Ole
eviware.com
ok, I've moved the creation of the reportcollector to a protected factory method that you can override in your derived class, ie add
protected JUnitReportCollector createJUnitReportCollector()
{
return new ICJUnitReportCollector ();
}
will be in upcoming nightly build. Regarding the afterStep handler this is odd, can you apply the above and get back to me if you still have that issue?
regards!
/Ole
eviware.com