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.
Inherited Members
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()