Class UriHelperTests
UriHelperTests
Inherited Members
Namespace: Unity.Services.Authentication.PlayerAccounts.Tests
Assembly: Unity.Services.Authentication.PlayerAccounts.Tests.dll
Syntax
public static class UriHelperTests
Methods
ParseQueryString_CalledWithNull_ThrowsException()
Tests that UriHelper.ParseQueryString with a null throws
Declaration
[Test]
public static void ParseQueryString_CalledWithNull_ThrowsException()
ParseQueryString_CalledWithValidQueryString_ReturnsCorrectDictionary()
Tests that UriHelper.ParseQueryString with a valid query works
Declaration
[Test]
public static void ParseQueryString_CalledWithValidQueryString_ReturnsCorrectDictionary()