* Setup a composite Or matcher and test it
* @throws MessagingException
*/
private void setupMatcher() throws MessagingException {
context = new FakeMailContext();
matcher = new And();
FakeMatcherConfig mci = new FakeMatcherConfig("And",context);
matcher.init(mci);
}