SendTest[] threads = new SendTest[] {threadOne, threadTwo,
threadThree, threadFour, threadFive};
PerThreadExpectationBuilder perThreadExpectations =
mockFactory.createPerThreadBuilder();
ExpectationBuilder expectationsOne = mockFactory.createUnorderedBuilder();
ExpectationBuilder expectationsTwo = mockFactory.createUnorderedBuilder();
ExpectationBuilder expectationsThree = mockFactory.createUnorderedBuilder();
ExpectationBuilder expectationsFour = mockFactory.createUnorderedBuilder();
ExpectationBuilder expectationsFive = mockFactory.createUnorderedBuilder();
ThreadMatcher matcherOne = mockFactory.createKnownThreadMatcher(
threadOne.getName(), threadOne);
ThreadMatcher matcherTwo = mockFactory.createKnownThreadMatcher(
threadTwo.getName(), threadTwo);