// Create a sequence of shared expectations.
expectations = mockFactory.createOrderedBuilder();
// Create a mock matcher context.
matcherContextMock = new MatcherContextMock(
"matcherContextMock", expectations);
// Create a couple of mock matchers.
matcher1Mock = new SimpleMatcherMock(
"matcher1Mock - returns " + result1, expectations);