Forum member

stasek27

2 posts

Posts by stasek27

  1. Testing methods that load files

    This has worked. Thanks.

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