Class HostingServiceInterfaceTests
Inheritance
System.Object
HostingServiceInterfaceTests
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: UnityEditor.AddressableAssets.Tests
Syntax
public class HostingServiceInterfaceTests
Constructors
HostingServiceInterfaceTests(IHostingService)
Declaration
public HostingServiceInterfaceTests(IHostingService svc)
Parameters
Type | Name | Description |
---|---|---|
IHostingService | svc |
Fields
TestConfigFolder
Declaration
protected const string TestConfigFolder = "Assets/AddressableAssetsData_HostingServiceInterfaceTests"
Field Value
Type | Description |
---|---|
System.String |
TestConfigName
Declaration
protected const string TestConfigName = "AddressableAssetSettings.HostingServiceInterfaceTests"
Field Value
Type | Description |
---|---|
System.String |
Methods
Cleanup()
Declaration
public void Cleanup()
DescriptiveNameShould_AllowGetAndSetOfDescriptiveName()
Declaration
public void DescriptiveNameShould_AllowGetAndSetOfDescriptiveName()
EvaluateProfileStringShould_CorrectlyReplaceKeyValues()
Declaration
public void EvaluateProfileStringShould_CorrectlyReplaceKeyValues()
EvaluateProfileStringShould_ReturnNullForNonMatchingKey()
Declaration
public void EvaluateProfileStringShould_ReturnNullForNonMatchingKey()
HostingServiceContentRootsShould_ReturnListOfContentRoots()
Declaration
public void HostingServiceContentRootsShould_ReturnListOfContentRoots()
InstanceIdShould_AllowGetAndSetOfInstanceId()
Declaration
public void InstanceIdShould_AllowGetAndSetOfInstanceId()
IsHostingServiceRunning_StartHostingService_StopHostingService()
Declaration
public void IsHostingServiceRunning_StartHostingService_StopHostingService()
LoggerShould_UseTheProvidedLogger()
Declaration
public void LoggerShould_UseTheProvidedLogger()
OnAfterDeserializeShould_RestoreExpectedDataFromKeyDataStore()
Declaration
public void OnAfterDeserializeShould_RestoreExpectedDataFromKeyDataStore()
OnBeforeSerializeShould_PersistExpectedDataToKeyDataStore()
Declaration
public void OnBeforeSerializeShould_PersistExpectedDataToKeyDataStore()
ProfileVariablesShould_ReturnProfileVariableKeyValuePairs()
Declaration
public void ProfileVariablesShould_ReturnProfileVariableKeyValuePairs()
RegisterLoggerShould_UseTheDebugUnityLoggerWhenParamIsNull()
Declaration
public void RegisterLoggerShould_UseTheDebugUnityLoggerWhenParamIsNull()