logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LayoutConfigTests

    Behavioral tests for LayoutConfig: default values, convenience ctor, and the IsHorizontal / IsReversed direction logic (note this project's inverted COLUMN=horizontal convention).

    Inheritance
    object
    LayoutConfigTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Tests.Domain
    Assembly: Tests.dll
    Syntax
    public class LayoutConfigTests

    Constructors

    LayoutConfigTests()

    Declaration
    public LayoutConfigTests()

    Methods

    ConvenienceCtor_DefaultGapIsZero()

    Declaration
    public void ConvenienceCtor_DefaultGapIsZero()

    ConvenienceCtor_SetsDirectionAndGap()

    Declaration
    public void ConvenienceCtor_SetsDirectionAndGap()

    DefaultCtor_HasColumnStretchDefaults()

    Declaration
    public void DefaultCtor_HasColumnStretchDefaults()

    IsHorizontal_ColumnReverse_IsTrue()

    Declaration
    public void IsHorizontal_ColumnReverse_IsTrue()

    IsHorizontal_Column_IsTrue()

    Declaration
    public void IsHorizontal_Column_IsTrue()

    IsHorizontal_RowReverse_IsFalse()

    Declaration
    public void IsHorizontal_RowReverse_IsFalse()

    IsHorizontal_Row_IsFalse()

    Declaration
    public void IsHorizontal_Row_IsFalse()

    IsReversed_ColumnReverse_IsTrue()

    Declaration
    public void IsReversed_ColumnReverse_IsTrue()

    IsReversed_Column_IsFalse()

    Declaration
    public void IsReversed_Column_IsFalse()

    IsReversed_RowReverse_IsTrue()

    Declaration
    public void IsReversed_RowReverse_IsTrue()

    IsReversed_Row_IsFalse()

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