If I have a loaded assembly in Gallio, and I select a couple of Tests and click "Start" it will run those tests and still remember which tests were selected.
On the other hand, if I hit "Reload", it will forget which tests I had selected (rendering the feature kinda useless). Is there any way to prevent this behaviour? I have my tests defined in several categories, and I want to always automatically run the "Unit-Test" category tests, when compiling my project in Visual Studio.
Thanks