C# (CSharp) NUnit.Gui.Presenters DisplayStrategy - 8 exemples trouvés. Ce sont les exemples réels les mieux notés de NUnit.Gui.Presenters.DisplayStrategy extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
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.