This application takes text file as a input and splits the file content into words and finds out the number of Occurrences of every word and returns it.
I used Xunit to create unit testing project.
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#.