Make.Expectations
type matcher = Backend(Outcome)(Suite).matcher
type info = Suite.info
type category = Suite.category
type outcome = Outcome.t
val expectation : matcher -> (info, category) Test.t -> outcome -> unit