/**
  * Creates csv file and add it to the threadgroup for use case.
  *
  * @Given /^I add listener to threadgroup$/
  */
 public function i_add_listener_to_threadgroup()
 {
     testplan_writer::result_collector();
 }