logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityYamlUtilsTests

    Tests for UnityYamlUtils (pure string + YAML parsing helpers).

    Inheritance
    object
    UnityYamlUtilsTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnityGlobal.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public class UnityYamlUtilsTests

    Constructors

    UnityYamlUtilsTests()

    Declaration
    public UnityYamlUtilsTests()

    Methods

    EscapeThenUnescape_RoundTrips()

    Declaration
    public void EscapeThenUnescape_RoundTrips()

    Escape_NewlineCarriageTab_ReplacedWithLiterals()

    Declaration
    public void Escape_NewlineCarriageTab_ReplacedWithLiterals()

    Escape_NoSpecialChars_ReturnsUnchanged()

    Declaration
    public void Escape_NoSpecialChars_ReturnsUnchanged()

    GetYamlStream_EmptyString_ProducesNoDocuments()

    Declaration
    public void GetYamlStream_EmptyString_ProducesNoDocuments()

    GetYamlStream_ValidYaml_ParsesDocuments()

    Declaration
    public void GetYamlStream_ValidYaml_ParsesDocuments()

    Unescape_LiteralEscapes_ReplacedWithControlChars()

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