Forum member

chrissie1

1 post

Posts by chrissie1

  1. 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> …