Class ComponentSystemStartStopRunningTests
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities.Tests
Syntax
public class ComponentSystemStartStopRunningTests : ECSTestsFixture
Methods
OnStartRunning_EnablingWhenShouldRunSystemIsTrue_CalledOnce()
Declaration
public void OnStartRunning_EnablingWhenShouldRunSystemIsTrue_CalledOnce()
OnStartRunning_FirstUpdate_CalledOnce()
Declaration
public void OnStartRunning_FirstUpdate_CalledOnce()
OnStartRunning_WhenReEnabled_CalledOnce()
Declaration
public void OnStartRunning_WhenReEnabled_CalledOnce()
OnStartRunning_WhenShouldRunSystemBecomesTrue_CalledOnce()
Declaration
public void OnStartRunning_WhenShouldRunSystemBecomesTrue_CalledOnce()
OnStartRunning_WithDisabledAndShouldNotRun_NotCalled()
Declaration
public void OnStartRunning_WithDisabledAndShouldNotRun_NotCalled()
OnStartRunning_WithDisabledAndShouldRun_NotCalled()
Declaration
public void OnStartRunning_WithDisabledAndShouldRun_NotCalled()
OnStartRunning_WithEnabledAndShouldNotRun_NotCalled()
Declaration
public void OnStartRunning_WithEnabledAndShouldNotRun_NotCalled()
OnStartRunning_WithEnabledAndShouldRun_CalledOnce()
Declaration
public void OnStartRunning_WithEnabledAndShouldRun_CalledOnce()
OnStopRunning_DisablingWhenShouldRunSystemIsFalse_NotCalled()
Declaration
public void OnStopRunning_DisablingWhenShouldRunSystemIsFalse_NotCalled()
OnStopRunning_WhenDestroyingActiveManager_CalledOnce()
Declaration
public void OnStopRunning_WhenDestroyingActiveManager_CalledOnce()
OnStopRunning_WhenDestroyingInactiveManager_NotCalled()
Declaration
public void OnStopRunning_WhenDestroyingInactiveManager_NotCalled()
OnStopRunning_WhenDisabledBeforeFirstUpdate_NotCalled()
Declaration
public void OnStopRunning_WhenDisabledBeforeFirstUpdate_NotCalled()
OnStopRunning_WhenShouldRunSystemBecomesFalse_CalledOnce()
Declaration
public void OnStopRunning_WhenShouldRunSystemBecomesFalse_CalledOnce()
OnStopRunning_WithDisabledAndShouldNotRun_CalledOnce()
Declaration
public void OnStopRunning_WithDisabledAndShouldNotRun_CalledOnce()
OnStopRunning_WithDisabledAndShouldRun_CalledOnce()
Declaration
public void OnStopRunning_WithDisabledAndShouldRun_CalledOnce()
OnStopRunning_WithEnabledAndShouldNotRun_CalledOnce()
Declaration
public void OnStopRunning_WithEnabledAndShouldNotRun_CalledOnce()
OnStopRunning_WithEnabledAndShouldRun_NotCalled()
Declaration
public void OnStopRunning_WithEnabledAndShouldRun_NotCalled()
Setup()
Declaration
public override void Setup()
Overrides
ShouldRunSystem(Boolean)
Declaration
public void ShouldRunSystem(bool shouldRun)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | shouldRun |
TearDown()
Declaration
public override void TearDown()
Overrides
TempAllocation_DisposedInOnStopRunning_IsDisposed()
Declaration
public void TempAllocation_DisposedInOnStopRunning_IsDisposed()