Forum member
chrissie1
1 post
Posts by chrissie1
-
Xunit tests won't runwhen you have them in a nested class
For an example go to the test branch of scriptcs on github. https://github.com/scriptcs/scriptcs/tree/dev/src They do this. [code=csharp]public class FileProcessorTests { public class ProcessFileMethod { private List<string> _file1 = new List<string> …
16 Mar 2013 07:37 UTC