Class NetworkBehaviourCallbacksOrderOnTheHost
Implements
IPrebuildSetup
IPostBuildCleanup
Inherited Members
Namespace: Global Namespace
Assembly: com.unity.multiplayer-hlapi.Tests.dll
Syntax
public class NetworkBehaviourCallbacksOrderOnTheHost : IPrebuildSetup, IPostBuildCleanup
Fields
expectedListOfCallbacks
Declaration
public static List<string> expectedListOfCallbacks
Field Value
Type | Description |
---|---|
List<string> |
Methods
CallbacksOrderInNetworkBehaviourOnTheHostIsCorrect()
Declaration
[UnityTest]
[Ignore("Disabled until weaver invocation when run in CI is sorted")]
public IEnumerator CallbacksOrderInNetworkBehaviourOnTheHostIsCorrect()
Returns
Type | Description |
---|---|
IEnumerator |
Cleanup()
Declaration
public void Cleanup()
SetUp()
Declaration
[SetUp]
public void SetUp()
Setup()
Declaration
public void Setup()
TearDown()
Declaration
[TearDown]
public void TearDown()
Implements
UnityEngine.TestTools.IPrebuildSetup
UnityEngine.TestTools.IPostBuildCleanup