Skip to content

Commit 3cd8585

Browse files
committed
add a link to matcher
1 parent 1dad363 commit 3cd8585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/appium_lib_core/common/base/search_context.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ module SearchContext
4646
#
4747
# <code>{ name: '<name>', args: ['arg1', 'arg2', '...'], class: '<optional class>' }</code>
4848
#
49-
# - _name_: The name of a method to invoke. The method must return a Hamcrest `Matcher`
49+
# - _name_: The name of a method to invoke. The method must return
50+
# a Hamcrest {http://hamcrest.org/JavaHamcrest/javadoc/1.3/org/hamcrest/Matcher.html Matcher}
5051
# - _args_: The args provided to the method
5152
# - _class_: The class name that the method is part of (defaults to <code>org.hamcrest.Matchers</code>).
5253
# Can be fully qualified, or simple, and simple defaults to <code>androidx.test.espresso.matcher</code> package

0 commit comments

Comments
 (0)