org.specs2.matcher.SequenceMatchersCreation
a function which will return a matcher checking a sequence of objects
use collection must contain(exactly(seq.map(f))).inOrder
a function which will return a matcher checking a set of objects
use collection must contain(exactly(seq.map(f))).inOrder