class Test::Unit::Error

def location

def location
  @location ||= filter_backtrace(@exception.backtrace)
end