logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GlobalArchitectureTests

    Architecture tests that validate layer boundaries for the Global aggregate. These tests ensure Domain and Application layers do not leak infrastructure or Unity dependencies.

    Inheritance
    object
    GlobalArchitectureTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Global.Tests.Architecture
    Assembly: Tests.dll
    Syntax
    public class GlobalArchitectureTests

    Constructors

    GlobalArchitectureTests()

    Declaration
    public GlobalArchitectureTests()

    Methods

    GlobalApplication_DoesNotReference_Infrastructure()

    Declaration
    public void GlobalApplication_DoesNotReference_Infrastructure()

    GlobalApplication_DoesNotReference_Installation()

    Declaration
    public void GlobalApplication_DoesNotReference_Installation()

    GlobalApplication_IAssetLocator_ExposesUnityObject_KnownViolation()

    Declaration
    public void GlobalApplication_IAssetLocator_ExposesUnityObject_KnownViolation()

    GlobalApplication_Types_DoNotContainFrameworkInName()

    Declaration
    public void GlobalApplication_Types_DoNotContainFrameworkInName()

    GlobalDomain_DoesNotReference_Application()

    Declaration
    public void GlobalDomain_DoesNotReference_Application()

    GlobalDomain_DoesNotReference_Infrastructure()

    Declaration
    public void GlobalDomain_DoesNotReference_Infrastructure()

    GlobalDomain_DoesNotReference_Installation()

    Declaration
    public void GlobalDomain_DoesNotReference_Installation()

    GlobalDomain_DoesNotReference_UnityEngine()

    Declaration
    public void GlobalDomain_DoesNotReference_UnityEngine()

    GlobalDomain_Types_DoNotContainFrameworkInName()

    Declaration
    public void GlobalDomain_Types_DoNotContainFrameworkInName()

    GlobalDomain_Types_DoNotUseUnityNamespaces()

    Declaration
    public void GlobalDomain_Types_DoNotUseUnityNamespaces()

    UnityGlobalInfrastructure_DoesNotReference_Installation()

    Declaration
    public void UnityGlobalInfrastructure_DoesNotReference_Installation()

    UnityGlobalInterfaceAdapters_DoesNotReference_Infrastructure()

    Declaration
    public void UnityGlobalInterfaceAdapters_DoesNotReference_Infrastructure()

    UnityGlobalInterfaceAdapters_DoesNotReference_Installation()

    Declaration
    public void UnityGlobalInterfaceAdapters_DoesNotReference_Installation()
    In this article
    © 2026 Serenity. All Rights Reserved