matcher2Mock.expects.matchesWithinContext(matcherContextMock)
.returns(result2);
}
// Create the object to test.
sequence = new MatcherSequence(Arrays.asList(new Matcher[]{
matcher1Mock, matcher2Mock}));
// =====================================================================
// Test Expectations
// =====================================================================