logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GameGraphicsSettingsContractTests

    Contract tests for Serenity.GameGraphics.Domain.Interfaces.IGameGraphicsSettings. The interface carries no behaviour itself, so these tests verify the contract shape via a pure in-test implementation: every member is reachable and returns the configured value.

    Inheritance
    object
    GameGraphicsSettingsContractTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameGraphics.Tests.DomainContract
    Assembly: Tests.dll
    Syntax
    public class GameGraphicsSettingsContractTests

    Constructors

    GameGraphicsSettingsContractTests()

    Declaration
    public GameGraphicsSettingsContractTests()

    Methods

    DefaultIsFullScreen_ReturnsConfiguredValue()

    Declaration
    public void DefaultIsFullScreen_ReturnsConfiguredValue()

    DefaultQualityLevel_ReturnsConfiguredValue()

    Declaration
    public void DefaultQualityLevel_ReturnsConfiguredValue()

    DefaultResolutionHeight_ReturnsConfiguredValue()

    Declaration
    public void DefaultResolutionHeight_ReturnsConfiguredValue()

    DefaultResolutionWidth_ReturnsConfiguredValue()

    Declaration
    public void DefaultResolutionWidth_ReturnsConfiguredValue()

    FoundationMembers_AreReadWritable()

    Declaration
    public void FoundationMembers_AreReadWritable()

    IsFullScreenKey_ReturnsConfiguredValue()

    Declaration
    public void IsFullScreenKey_ReturnsConfiguredValue()

    QualityLevelKey_ReturnsConfiguredValue()

    Declaration
    public void QualityLevelKey_ReturnsConfiguredValue()

    ScreenResolutionKey_ReturnsConfiguredValue()

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