Class JobComponentSystemDependencyTests
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 JobComponentSystemDependencyTests : ECSTestsFixture
Methods
AddingDependencyTypeDuringOnUpdateSyncsDependency()
Declaration
public void AddingDependencyTypeDuringOnUpdateSyncsDependency()
IgnoredInputDepsThrowsInCorrectSystemUpdate()
Declaration
public void IgnoredInputDepsThrowsInCorrectSystemUpdate()
NotSchedulingWriteJobIsHarmless()
Declaration
public void NotSchedulingWriteJobIsHarmless()
NotUsingDataIsHarmless()
Declaration
public void NotUsingDataIsHarmless()
ReturningWrongJobThrowsInCorrectSystemUpdate()
Declaration
public void ReturningWrongJobThrowsInCorrectSystemUpdate()