v1.1.4
Latest
2022.3+
Class JSONPatchTests.LobbyIsPrivate
Inheritance
System.Object
JSONPatchTests.LobbyIsPrivate
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.Services.Lobbies.Tests
Syntax
public class LobbyIsPrivate
Methods
Lobby_IsPrivate_Add(Boolean, Boolean, String)
Declaration
public void Lobby_IsPrivate_Add(bool original, bool expected, string jsonValue)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | original | |
System.Boolean | expected | |
System.String | jsonValue |
Lobby_IsPrivate_Remove(Boolean, Boolean)
Declaration
public void Lobby_IsPrivate_Remove(bool original, bool expected)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | original | |
System.Boolean | expected |
Lobby_IsPrivate_Replace(Boolean, Boolean, String)
Declaration
public void Lobby_IsPrivate_Replace(bool original, bool expected, string jsonValue)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | original | |
System.Boolean | expected | |
System.String | jsonValue |