Ir al contenido principal
Versión: 6.0

Comparadores de Rangos

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 →

Esta página describe las afirmaciones avanzadas (comparadores) disponibles para los tipos ClosedRange y OpenEndRange.

Ranges
value.shouldBeIn(range)Asserts that an object is contained in range, checking by value and not by reference.
value.shouldNotBeIn(range)Asserts that an object is not contained in range, checking by value and not by reference.
range.shouldIntersect(range)Asserts that a range intersects with another range. Both ranges can be either ClosedRange or OpenEndRange.
range.shouldNotIntersect(range)Asserts that a range does not intersect with another range. Both ranges can be either ClosedRange or OpenEndRange.