The init() method org.cfcunit.service.TestListener.cfc:36 has:
<cfargument name="errorHelper" type="component" required="true"/>
However there is no component called component.cfc. Instead this should be:
<cfargument name="errorHelper" type="WEB-INF.cftags.component" required="true"/>
This prevents cfcUnit from running any test correctly.