Class GetCurrentRTTCallDoesntCrashWhenUseWebSockets
Implements
IPrebuildSetup
IPostBuildCleanup
Inherited Members
Namespace: Global Namespace
Assembly: com.unity.multiplayer-hlapi.Tests.dll
Syntax
[UnityPlatform(new RuntimePlatform[] { RuntimePlatform.WindowsPlayer })]
[UnityPlatform(new RuntimePlatform[] { RuntimePlatform.LinuxPlayer })]
[UnityPlatform(new RuntimePlatform[] { RuntimePlatform.OSXPlayer })]
public class GetCurrentRTTCallDoesntCrashWhenUseWebSockets : IPrebuildSetup, IPostBuildCleanup
Methods
Cleanup()
Declaration
public void Cleanup()
GetCurrentRTTCallDoesntCrashWhenUseWebSocketsTest()
Declaration
[UnityTest]
public IEnumerator GetCurrentRTTCallDoesntCrashWhenUseWebSocketsTest()
Returns
Type | Description |
---|---|
IEnumerator |
SetUp()
Declaration
[SetUp]
public void SetUp()
Setup()
Declaration
public void Setup()
TearDown()
Declaration
[TearDown]
public void TearDown()
Implements
UnityEngine.TestTools.IPrebuildSetup
UnityEngine.TestTools.IPostBuildCleanup