// =====================================================================
// Test Expectations
// =====================================================================
Matcher matcher = new LocalNameMatcher("xyz");
MatcherResult actual = matcher.matches(matcherContextMock);
assertEquals("Wrong result", MatcherResult.MATCHED, actual);
}
/**
* Test that it matches the current elements local name.