File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
hamcrest-integration/src/main/java/org/hamcrest/integration Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ public class EasyMock2Adapter implements IArgumentMatcher {
1818 * Hamcrest {@link org.hamcrest.Matcher} to act as an
1919 * EasyMock {@link org.easymock.IArgumentMatcher} and
2020 * report it to EasyMock so it can be kept track of.
21+ *
22+ * @return The EasyMock matcher.
2123 */
2224 public static IArgumentMatcher adapt (Matcher <?> matcher ) {
2325 EasyMock2Adapter easyMock2Matcher = new EasyMock2Adapter (matcher );
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ public class JMock1Adapter implements Constraint {
1818 * Convenience factory method that will adapt a
1919 * Hamcrest {@link org.hamcrest.Matcher} to act as an
2020 * jMock {@link org.jmock.core.Constraint}.
21+ *
22+ * @return The jMock constraint.
2123 */
2224 public static Constraint adapt (Matcher <?> matcher ) {
2325 return new JMock1Adapter (matcher );
You can’t perform that action at this time.
0 commit comments