Class AnimationHubIssueIndexTests
EditMode tests for AnimationHubIssueIndex, extracted from AnimationHubUnityTabGui so its lookup and its parent-key propagation for the "issues only" filter are testable on their own.
Inherited Members
Namespace: Serenity.AnimationHub.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class AnimationHubIssueIndexTests
Constructors
AnimationHubIssueIndexTests()
Declaration
public AnimationHubIssueIndexTests()
Methods
Empty_ReportsNoSeverityForAnyKey()
Declaration
public void Empty_ReportsNoSeverityForAnyKey()
IssuesFor_ReturnsOnlyThatRowsOwnFindings_NotADescendants()
Declaration
public void IssuesFor_ReturnsOnlyThatRowsOwnFindings_NotADescendants()
WorstSeverity_OwnKey_ReturnsItsSeverity()
Declaration
public void WorstSeverity_OwnKey_ReturnsItsSeverity()
WorstSeverity_PropagatesThroughTheParametersGroupKeyToo()
Declaration
public void WorstSeverity_PropagatesThroughTheParametersGroupKeyToo()
WorstSeverity_PropagatesToEveryAncestorKey()
Declaration
public void WorstSeverity_PropagatesToEveryAncestorKey()
WorstSeverity_TakesTheWorseOfTwoFindingsOnTheSameKey()
Declaration
public void WorstSeverity_TakesTheWorseOfTwoFindingsOnTheSameKey()
WorstSeverity_UnknownKey_ReturnsNull()
Declaration
public void WorstSeverity_UnknownKey_ReturnsNull()
WorstSeverity_UnrelatedSiblingKey_StaysNull()
Declaration
public void WorstSeverity_UnrelatedSiblingKey_StaysNull()