In my test file, I'm seeing green dots for my tests - makes sense to me.
However, in my actual solution file that defines the functions I'm attempting to test, I'm seeing black dots. It's as if NCrunch cannot link my functions to the tests that are associated to them. This might be a poor setup on my part, so I do apologize if that is the case.
Based on the video in the About section, I *think* my setup is similar. Is there something I need to do to link the tests to the functions they are testing?
Thank you for the awesome tool! It works well for telling me if my tests are working so far!