dsaff / truth-old

Truth: we've made Failure a Strategy
Apache License 2.0
5 stars 2 forks source link

null.contains(null)? #16

Open dsaff opened 13 years ago

dsaff commented 13 years ago

Should ASSERT.that((String)null).contains(null) pass, or fail?

cgruber commented 13 years ago

Mixed feelings. I can't think of a solid criterion upon which to decide it either. Hrm.