Ir al contenido principal
Versión: 6.0

YAML

[Traducción Beta No Oficial]

Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →

Para usar estos matchers, añade testImplementation("io.kotest:kotest-assertions-yaml:<version>") a tu build.

Comparadores básicos

MatcherDescriptionTargets
shouldBeValidYamlverifies that a given string parses to valid YAMLMultiplatform
shouldNotBeValidYamlverifies that a given not string parses to valid YAMLMultiplatform

Comparación basada en contenido

MatcherDescriptionTargets
shouldEqualYamlVerifies that a String matches a given YAML.Multiplatform
shouldNotEqualYamlVerifies that a String not matches a given YAML.Multiplatform