You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: replace manual tests with automated tests (#1365)
- C788903 Verify null arrays of custom types are being serialized
- C788904 Verify RpcDelivery option exposed on both ServerRpc and ClientRpc attributes
- C788905 Verify RpcDelivery options are mapping to matching transport channels for replication
- C788906 Verify when RpcDelivery is not specified that Rpc still replicates
- C788912 Verify ServerRpc method with no parameters replicates from client to server
- C788913 Verify ClientRpc method with no parameters replicates from server to 1 client
- C788915 Verify ServerRpc method with 1 parameter replicates from client to server
- C788916 Verify ClientRpc method with 1 parameter replicates from server to 1 client
- C788918 Verify ServerRpc method with more than 1 parameters replicates from client to server
- C788919 Verify ClientRpc method with more than 1 parameters replicates from server to 1 client
- C788921 Verify C# and Unity primitive types are supported in Rpc method signatures
- C816309 Verify that sending Rpc messages are sent and received properly through the queue system
- C816312 Verifies the core functionality of the RcpQueueContainer
0 commit comments