Here is the code for my test to find the first unique number in an array of integers. The original test was done as a single class, but here I have split it up so it is easier to test the part the finds the first unique number.
I have added a number of NUnit tests as the ones in the online test really didn't cover anything that I wanted them too.