paulinuk
paulinuk
I am using the DeepEqual to test if the results of a test match my expected output. I do the comparison simply as ``results.ShouldDeepEqual(expected);`` However, I don't know how to...
Hello Why is state hard coded to a random string? This prevents callers being able to pass this through or am I missing somthing? Paul
Hello I am using the DeepEqual to test if the results of a test match my expected output. I do the comparison simply as `results.ShouldDeepEqual(expected);` However, I don't know how...