Forum member
stasek27
2 posts
Posts by stasek27
-
Testing methods that load files
This has worked. Thanks.
16 Feb 2015 15:45 UTC
-
Testing methods that load files
How do i test if a method correctly loads a file that is located in my project folder? This is how code looks: [code=csharp] path = Path.Combine(Environment.CurrentDirectory, "Ranges", "test.range"); [/code] But NCrunch looks in a different folder and I get an exception System.IO.Direc…
08 Feb 2015 19:10 UTC