logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityReflectionCallTaskTests

    Tests for UnityReflectionCallTask construction and base-class wiring. Execution paths (which dispatch to the main thread / resolve types) are covered indirectly elsewhere; here we assert the constructor builds a valid ReflectionCallTask with the supplied identity/criticality.

    Inheritance
    object
    UnityReflectionCallTaskTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnityGlobal.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public class UnityReflectionCallTaskTests

    Constructors

    UnityReflectionCallTaskTests()

    Declaration
    public UnityReflectionCallTaskTests()

    Methods

    Ctor_NonPositiveWeight_DefaultsToOne()

    Declaration
    public void Ctor_NonPositiveWeight_DefaultsToOne()

    Ctor_PositiveWeight_Preserved()

    Declaration
    public void Ctor_PositiveWeight_Preserved()

    Ctor_ReturnsReflectionCallTask()

    Declaration
    public void Ctor_ReturnsReflectionCallTask()

    Ctor_StoresCriticality()

    Declaration
    public void Ctor_StoresCriticality()

    Ctor_StoresId()

    Declaration
    public void Ctor_StoresId()

    StaticNoop()

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