Class NetworkingUtilsTests
Inherited Members
Namespace: UnityEditor.Purchasing.EditorTests
Syntax
public class NetworkingUtilsTests
Properties
JsonTestCases
Declaration
public static IEnumerable<TestCaseData> JsonTestCases { get; }
Property Value
Type | Description |
---|---|
IEnumerable<TestCaseData> |
Methods
TestGetValueFromJsonDictionaryWithValidString(Boolean, String)
Declaration
public void TestGetValueFromJsonDictionaryWithValidString(bool expectedResult, string sampleDictionary)
Parameters
Type | Name | Description |
---|---|---|
Boolean | expectedResult | |
String | sampleDictionary |