```go it.Then(t).Should( it.Equal(x, y), it.Less(x, y), it.String(x).Contain(y), it.Seq(x).Equal(/* ... */), ) ```