class Tryouts::TestBatch
def build_error_result(test_case, exception)
def build_error_result(test_case, exception) TestCaseResultPacket.from_error(test_case, exception) end
def build_error_result(test_case, exception) TestCaseResultPacket.from_error(test_case, exception) end