logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class HudAnimationTriggerRulesTests

    Inheritance
    object
    HudAnimationTriggerRulesTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameUi.Tests.Application
    Assembly: Tests.dll
    Syntax
    public class HudAnimationTriggerRulesTests

    Constructors

    HudAnimationTriggerRulesTests()

    Declaration
    public HudAnimationTriggerRulesTests()

    Methods

    IsValueTrigger_ClassifiesEveryTriggerKind(HudAnimationTrigger, bool)

    Declaration
    public void IsValueTrigger_ClassifiesEveryTriggerKind(HudAnimationTrigger trigger, bool expected)
    Parameters
    Type Name Description
    HudAnimationTrigger trigger
    bool expected

    IsValueTrigger_EveryEnumValue_MatchesTheExpectedSet()

    Enumerates the actual HudAnimationTrigger enum, rather than relying on the TestCase list above alone, so a future trigger kind added to the enum without a matching entry in Serenity.GameUi.Tests.Application.HudAnimationTriggerRulesTests.ExpectedValueTriggers fails loudly instead of silently going unclassified.

    Declaration
    public void IsValueTrigger_EveryEnumValue_MatchesTheExpectedSet()
    In this article
    © 2026 Serenity. All Rights Reserved