Name |
Description |
AddinsPresenter |
|
AddinsPresenterTests |
|
AddinsPresenterTests.AddinViewFake |
|
CategoryGrouping |
CategoryGrouping groups tests by category. A single test may fall into more than one group. The contents of the groups are stable once loaded but the icon changes according to the test results. |
DisplayStrategy |
DisplayStrategy is the abstract base for the various strategies used to display tests in the tree control. It works primarily as a traditional strategy, with methods called by the TreeViewPresenter, but may also function as a presenter in it's own right, since it is created with references to the view and mode. We currently support three different strategies: NunitTreeDisplay, TestListDisplay and FixtureListDisplay. |
FixtureListDisplayStrategy |
FixtureListDisplayStrategy is used to display lists of fixtures grouped in various ways. |
MainPresenter |
|
NUnitTreeDisplayStrategy |
NUnitTreeDisplayStrategy is used to display a the tests in the traditional NUnit tree format. |
OutcomeGrouping |
OutcomeGrouping groups tests by outcome. The contents of the groups change during execution but the display icon remains the same. |
ProgressBarPresenter |
|
StatusBarPresenter |
TreeViewAdapter provides a higher-level interface to a TreeView control used to display tests. |
StatusBarPresenterTests |
|
TestPropertiesPresenter |
|
TreeViewPresenterTests |
|
XmlPresenter |
|