/**
  *    Paints the end of a test method.
  *    @param string $test_name   Name of test that is ending.
  *    @access public
  */
 function paintMethodEnd($test_name)
 {
     Parent::paintMethodEnd($test_name);
 }