scalus.testing.assertions.Expected
See theExpected companion object
Expected outcome for evaluation assertions.
Uses predicate-based matching for flexible assertions.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Evaluation should fail, with predicate for matching
Evaluation should fail, with predicate for matching
Attributes
Successful evaluation returning a specific term (alpha-equivalent)
Successful evaluation returning a specific term (alpha-equivalent)
Attributes
Any successful evaluation
Any successful evaluation
Attributes
All evaluators should return the same result (for multi-backend testing)
All evaluators should return the same result (for multi-backend testing)
Attributes