Forum member

Phil

3 posts

Posts by Phil

  1. Controlling display order of tests in Ncrunch Test window

    Excellent - looking forward to 1.41b! :D

  2. Controlling display order of tests in Ncrunch Test window

    Thanks for the response Remco (and for building a fantastic tool !!)... Having a consistent order is key to me and enforcing alphabetical order would be a workable solution. I'm guessing that because NCrunch / NUnit uses the assemblies rather than the source code this would make it difficult/i…

  3. Controlling display order of tests in Ncrunch Test window

    I'm wanting to be able to allow fellow developers to simply read down the list of unit tests and get a good understanding of what each component does and how it should behave. For example, I'd like to see something like: [color=green]UnitTests.Day [list][*]Initialise_FromUnsavedDay_ThrowsExcept…