Class TemplateOrderingTests
A class that contains unit tests for the template ordering and sorting behavior.
Inherited Members
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
[TestClass]
public class TemplateOrderingTests
Methods
View SourceEnsureTemplatesNotFoundInPreferencesAreSortedAlphabetically()
Tests that the TemplateExplorerViewModel's sort function will alphabetically sort any templates not found in the user preferences.
Declaration
[TestMethod]
public void EnsureTemplatesNotFoundInPreferencesAreSortedAlphabetically()
EnsureTheTemplateSortsByUserPreference()
Tests that the TemplateExplorerViewModel's sort function prioritizes the order of templates in the user preferences.
Declaration
[TestMethod]
public void EnsureTheTemplateSortsByUserPreference()