Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An alternate way of viewing unit test data is to show the test fixtures, namespaces or assemblies. These 3 are hierarchical so assembly will show just the assembly name, namespace will show assembly and namespace and fixture shows all three. These views have a duration column which is a sum of all the tests underneath it, but substitute the test view's result field for a "Total" field which is a count of the number of tests in the view type.

 

The follow image shows all Failed tests displayed by Fixture name.

Image Added

((( PIC fixture view )) 

Building up a filter

A filter will take into account the current view type (Tests, Fixture, Namespace, Assembly)

...