Relative Content

Tag Archive for c#nunitguidformatexception

C# Unrecognized Guid Format using string

I am writing some NUnit tests to verify that my program is correctly parsing the Guid from my files, so I have a static expected Guid I want to use to compare my actual result against. I populate myExpectedItem in my OneTimeSetUp.