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);
ThreadMatcher matcherThree = mockFactory.createKnownThreadMatcher(
threadThree.getName(), threadThree);
ThreadMatcher matcherFour = mockFactory.createKnownThreadMatcher(
threadFour.getName(), threadFour);
ThreadMatcher matcherFive = mockFactory.createKnownThreadMatcher(
threadFive.getName(), threadFive);
perThreadExpectations.addThreadSpecificBuilder(matcherOne,
expectationsOne);
perThreadExpectations.addThreadSpecificBuilder(matcherTwo,