Show / Hide Table of Contents

Class TemplateOrderingTests

A class that contains unit tests for the template ordering and sorting behavior.

Inheritance
object
TemplateOrderingTests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
[TestClass]
public class TemplateOrderingTests

Methods

View Source

EnsureTemplatesNotFoundInPreferencesAreSortedAlphabetically()

Tests that the TemplateExplorerViewModel's sort function will alphabetically sort any templates not found in the user preferences.

Declaration
[TestMethod]
public void EnsureTemplatesNotFoundInPreferencesAreSortedAlphabetically()
View Source

EnsureTheTemplateSortsByUserPreference()

Tests that the TemplateExplorerViewModel's sort function prioritizes the order of templates in the user preferences.

Declaration
[TestMethod]
public void EnsureTheTemplateSortsByUserPreference()
  • View Source
In this article
Back to top Generated by DocFX