This test will assess your debugging and refactoring abilities.
In the HumanParser project you'll find a single source file and a single test suite. The purpose of the class is to parse a person's name into its component (first, middle, last, etc) parts given many different representations of that name.
The goal of this exercise is simple: fix the failing test(s). If there is remaining time, refactor the code to make it more efficient.