Forum member

AlexV

4 posts

Posts by AlexV

  1. Is it possible to list tests in code order, in the test window

    [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/41719048-allow-sorting-of-tests-in-the-test-window-by-code]Feature Request[/url] created, thanks.

  2. Is it possible to list tests in code order, in the test window

    Oh, one thing I should probably have mentioned, I start from the top and work down not just out of habit, but because of the way tests are written code-order is usually a good analogue for increasing complexity and dependency. For example, in a fixture there might be: TestStoreAndRetrieve TestMu…

  3. Is it possible to list tests in code order, in the test window

    Oh, that's a shame. Sure, I'll elaborate. When I'm going through a fixture full of tests that have gone red, I typically start at the top of my file and work my way down. If I want to check the trace output, or run the test under debugger, or in any way interact with the test in the test window, …

  4. Is it possible to list tests in code order, in the test window

    By clicking on the Name column I can toggle between alphabetical, reverse alphabetical, and some unknown third state. Is there any way to get it to list the tests in their natural order, though, how they appear in my source code?