# File lib/protest/test_case.rb, line 148 def initialize(name, location, &block) @test = block @location = location @name = name end