Class HostingServicesManagerTests | Addressables | 1.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Class HostingServicesManagerTests

    Inheritance
    Object
    HostingServicesManagerTests
    Namespace: UnityEditor.AddressableAssets.Tests.HostingServices
    Syntax
    public class HostingServicesManagerTests

    Methods

    AddHostingServiceShould_AddTypeToRegisteredServiceTypes()

    Declaration
    public void AddHostingServiceShould_AddTypeToRegisteredServiceTypes()

    AddHostingServiceShould_PostModificationEventToSettings()

    Declaration
    public void AddHostingServiceShould_PostModificationEventToSettings()

    AddHostingServiceShould_RegisterLoggerForService()

    Declaration
    public void AddHostingServiceShould_RegisterLoggerForService()

    AddHostingServiceShould_RegisterStringEvalFuncs()

    Declaration
    public void AddHostingServiceShould_RegisterStringEvalFuncs()

    AddHostingServiceShould_ReturnServiceInstance()

    Declaration
    public void AddHostingServiceShould_ReturnServiceInstance()

    AddHostingServiceShould_SetContentRootsOnService()

    Declaration
    public void AddHostingServiceShould_SetContentRootsOnService()

    AddHostingServiceShould_SetDescriptiveNameOnService()

    Declaration
    public void AddHostingServiceShould_SetDescriptiveNameOnService()

    AddHostingServiceShould_SetNextInstanceIdOnService()

    Declaration
    public void AddHostingServiceShould_SetNextInstanceIdOnService()

    AddHostingServiceShould_ThrowIfTypeDoesNotImplementInterface()

    Declaration
    public void AddHostingServiceShould_ThrowIfTypeDoesNotImplementInterface()

    AddHostingServiceShould_ThrowIfTypeIsAbstract()

    Declaration
    public void AddHostingServiceShould_ThrowIfTypeIsAbstract()

    BatchModeShould_InitializeManagerWithDefaultSettings()

    Declaration
    public void BatchModeShould_InitializeManagerWithDefaultSettings()

    BatchModeShould_StartAllServices()

    Declaration
    public void BatchModeShould_StartAllServices()

    GlobalProfileVariablesShould_ContainPrivateIpAddressKey()

    Declaration
    public void GlobalProfileVariablesShould_ContainPrivateIpAddressKey()

    GlobalProfileVariablesShould_ReturnDictionaryOfKeyValuePairs()

    Declaration
    public void GlobalProfileVariablesShould_ReturnDictionaryOfKeyValuePairs()

    HostingServicesShould_ReturnListOfManagedServices()

    Declaration
    public void HostingServicesShould_ReturnListOfManagedServices()

    InitializeShould_AssignTheGivenSettingsObject()

    Declaration
    public void InitializeShould_AssignTheGivenSettingsObject()

    InitializeShould_OnlyInitializeOnce()

    Declaration
    public void InitializeShould_OnlyInitializeOnce()

    InitializeShould_SetGlobalProfileVariables()

    Declaration
    public void InitializeShould_SetGlobalProfileVariables()

    IsInitializedShould_BecomeTrueAfterInitializeCall()

    Declaration
    public void IsInitializedShould_BecomeTrueAfterInitializeCall()

    LoggerShould_SetDebugUnityLoggerIfNull()

    Declaration
    public void LoggerShould_SetDebugUnityLoggerIfNull()

    LoggerShould_SetLoggerForManagerAndManagedServices()

    Declaration
    public void LoggerShould_SetLoggerForManagerAndManagedServices()

    NextInstanceIdShould_IncrementAfterServiceIsAdded()

    Declaration
    public void NextInstanceIdShould_IncrementAfterServiceIsAdded()

    OnDisableShould_DeRegisterForSettingsModificationEvents()

    Declaration
    public void OnDisableShould_DeRegisterForSettingsModificationEvents()

    OnDisableShould_DeRegisterProfileStringEvalFuncsForServices()

    Declaration
    public void OnDisableShould_DeRegisterProfileStringEvalFuncsForServices()

    OnDisableShould_RegisterNullLoggerForServices()

    Declaration
    public void OnDisableShould_RegisterNullLoggerForServices()

    OnEnableShould_RefreshGlobalProfileVariables()

    Declaration
    public void OnEnableShould_RefreshGlobalProfileVariables()

    OnEnableShould_RegisterForSettingsModificationEvents()

    Declaration
    public void OnEnableShould_RegisterForSettingsModificationEvents()

    OnEnableShould_RegisterLoggerWithServices()

    Declaration
    public void OnEnableShould_RegisterLoggerWithServices()

    OnEnableShould_RegisterProfileStringEvalFuncForManager()

    Declaration
    public void OnEnableShould_RegisterProfileStringEvalFuncForManager()

    OnEnableShould_RegisterProfileStringEvalFuncsForServices()

    Declaration
    public void OnEnableShould_RegisterProfileStringEvalFuncsForServices()

    OnEnableShould_UnregisterProfileStringEvalFuncForManager()

    Declaration
    public void OnEnableShould_UnregisterProfileStringEvalFuncForManager()

    RefreshGlobalProfileVariablesShould_AddOrUpdatePrivateIpAddressVar()

    Declaration
    public void RefreshGlobalProfileVariablesShould_AddOrUpdatePrivateIpAddressVar()

    RefreshGlobalProfileVariablesShould_RemoveUnknownVars()

    Declaration
    public void RefreshGlobalProfileVariablesShould_RemoveUnknownVars()

    RegisteredServiceTypesShould_AlwaysContainBuiltinServiceTypes()

    Declaration
    public void RegisteredServiceTypesShould_AlwaysContainBuiltinServiceTypes()

    RegisteredServiceTypesShould_NotContainDuplicates()

    Declaration
    public void RegisteredServiceTypesShould_NotContainDuplicates()

    RemoveHostingServiceShould_PostModificationEventToSettings()

    Declaration
    public void RemoveHostingServiceShould_PostModificationEventToSettings()

    RemoveHostingServiceShould_StopRunningService()

    Declaration
    public void RemoveHostingServiceShould_StopRunningService()

    RemoveHostingServiceShould_UnregisterStringEvalFuncs()

    Declaration
    public void RemoveHostingServiceShould_UnregisterStringEvalFuncs()

    Setup()

    Declaration
    public void Setup()

    StartAllServicesShould_StartAllStoppedServices()

    Declaration
    public void StartAllServicesShould_StartAllStoppedServices()

    StopAllServicesShould_StopAllRunningServices()

    Declaration
    public void StopAllServicesShould_StopAllRunningServices()

    TearDown()

    Declaration
    public void TearDown()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX