MCPcopy Create free account

hub / github.com/Abelzzg/AutoTestProject / functions

Functions577 in github.com/Abelzzg/AutoTestProject

MethodSearcher
Constructs this object. @param viewFetcher the {@code ViewFetcher} instance @param webUtils the {@code WebUtils} instance @param scroller the {@code
app/src/main/java/com/robotium/solo/Searcher.java:45
MethodSender
Constructs this object. @param inst the {@code Instrumentation} instance @param sleeper the {@code Sleeper} instance
app/src/main/java/com/robotium/solo/Sender.java:28
MethodSetter
Constructs this object. @param activityUtils the {@code ActivityUtils} instance @param getter the {@code Getter} instance @param clicker the {@code C
app/src/main/java/com/robotium/solo/Setter.java:37
MethodSolo
Constructor that takes the Instrumentation object and the start Activity. @param instrumentation the {@link Instrumentation} instance @param activity
app/src/main/java/com/robotium/solo/Solo.java:98
MethodSwiper
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Swiper.java:16
MethodSystemUtils
(Instrumentation instrumentation)
app/src/main/java/com/robotium/solo/SystemUtils.java:22
MethodTagName
(String tagName)
app/src/main/java/com/robotium/solo/By.java:188
MethodTapper
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Tapper.java:17
MethodTestCase
()
app/src/main/java/com/zzg/robotium/lib/TestCase.java:24
MethodText
(String textContent)
app/src/main/java/com/robotium/solo/By.java:175
MethodTextEnterer
Constructs this object. @param inst the {@code Instrumentation} instance @param clicker the {@code Clicker} instance @param dialogUtils the {@code Di
app/src/main/java/com/robotium/solo/TextEnterer.java:31
MethodViewFetcher
Constructs this object. @param instrumentation the {@code Instrumentation} instance.
app/src/main/java/com/robotium/solo/ViewFetcher.java:38
MethodViewLocationComparator
()
app/src/main/java/com/robotium/solo/ViewLocationComparator.java:17
MethodWaiter
Constructs this object. @param instrumentation the {@code Instrumentation} object @param activityUtils the {@code ActivityUtils} instance @param view
app/src/main/java/com/robotium/solo/Waiter.java:50
MethodWebElement
Constructs this object. @param webId the given web id @param textContent the given text to be set @param name the given name to be set @param classNa
app/src/main/java/com/robotium/solo/WebElement.java:35
MethodWebElementCreator
Constructs this object. @param sleeper the {@code Sleeper} instance
app/src/main/java/com/robotium/solo/WebElementCreator.java:31
MethodWebUtils
Constructs this object. @param config the {@code Config} instance @param instrumentation the {@code Instrumentation} instance @param viewFetcher the
app/src/main/java/com/robotium/solo/WebUtils.java:44
MethodXpath
(String xpath)
app/src/main/java/com/robotium/solo/By.java:123
MethodZoomer
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Zoomer.java:17
MethodaddPoint
(float x, float y, float pressure)
app/src/main/java/com/robotium/solo/Illustration.java:40
FunctionallTexts
()
app/src/main/java/com/robotium/solo/RobotiumWeb.js:17
FunctionallWebElements
* Used by the web methods. * * @author Renas Reda, renas.reda@robotium.com *
app/src/main/java/com/robotium/solo/RobotiumWeb.js:8
MethodassertCurrentActivity
Asserts that an expected {@link Activity} is currently active one. @param message the message that should be displayed if the assert fails @param nam
app/src/main/java/com/robotium/solo/Asserter.java:37
MethodassertCurrentActivity
Asserts that the Activity matching the specified name is active. @param message the message to display if the assert fails @param name the name of th
app/src/main/java/com/robotium/solo/Solo.java:966
MethodassertMemoryNotLow
Asserts that the available memory is not considered low by the system.
app/src/main/java/com/robotium/solo/Asserter.java:125
MethodassertMemoryNotLow
Asserts that the available memory is not considered low by the system.
app/src/main/java/com/robotium/solo/Solo.java:1034
Methodbuild
()
app/src/main/java/com/robotium/solo/Illustration.java:45
FunctionclassName
(nameOfClass, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:120
MethodclassName
Select a WebElement by its class name. @param className the class name of the web element @return the ClassName object
app/src/main/java/com/robotium/solo/By.java:67
MethodclearLog
Clears the log.
app/src/main/java/com/robotium/solo/Waiter.java:804
MethodclearLog
Clears the log.
app/src/main/java/com/robotium/solo/Solo.java:3715
MethodclearTextInWebElement
Clears text in a WebElement matching the specified By object. @param by the By object. Examples are: {@code By.id("id")} and {@code By.name("name")}
app/src/main/java/com/robotium/solo/Solo.java:2779
MethodclickInList
Clicks on a certain list line and returns the {@link TextView}s that the list line is showing. Will use the first list it finds. @param line the line
app/src/main/java/com/robotium/solo/Clicker.java:499
MethodclickInRecyclerView
Clicks on a certain list line and returns the {@link TextView}s that the list line is showing. Will use the first list it finds. @param line the line
app/src/main/java/com/robotium/solo/Clicker.java:545
MethodclickLongInList
Long clicks the specified list line and returns an ArrayList of the TextView objects that the list line is displaying. Will use the first ListView it
app/src/main/java/com/robotium/solo/Solo.java:1713
MethodclickLongInRecycleView
Long clicks the specified item index and returns an ArrayList of the TextView objects that the item index is displaying. Will use the first RecyclerVi
app/src/main/java/com/robotium/solo/Solo.java:1798
MethodclickLongOnScreen
Long clicks the specified coordinates. @param x the x coordinate @param y the y coordinate
app/src/main/java/com/robotium/solo/Solo.java:1159
MethodclickLongOnText
Long clicks a View or WebElement displaying the specified text. Will automatically scroll when needed. @param text the text to click. The parameter w
app/src/main/java/com/robotium/solo/Solo.java:1541
MethodclickLongOnTextAndPress
Long clicks a View displaying the specified text and then selects an item from the context menu that appears. Will automatically scroll when needed.
app/src/main/java/com/robotium/solo/Solo.java:1608
MethodclickLongOnTextAndPress
Long clicks on a specific {@link TextView} and then selects an item from the context menu that appears. Will automatically scroll when needed. @param
app/src/main/java/com/robotium/solo/Clicker.java:245
MethodclickLongOnView
Long clicks the specified View. @param view the {@link View} to long click
app/src/main/java/com/robotium/solo/Solo.java:1463
MethodclickOn
长按 @param arg1 id @param arg2 index @param longClick 长按时间(android默认onlongclick时间为500ms)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:356
MethodclickOnActionBarHomeButton
点击home键
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:279
MethodclickOnActionBarHomeButton
Clicks on an ActionBar Home/Up button.
app/src/main/java/com/robotium/solo/Clicker.java:351
MethodclickOnActionBarItem
Clicks an ActionBarItem matching the specified resource id. @param id the R.id of the ActionBar item to click
app/src/main/java/com/robotium/solo/Solo.java:1847
MethodclickOnActionBarItem
Clicks on an ActionBar item with a given resource id @param resourceId the R.id of the ActionBar item
app/src/main/java/com/robotium/solo/Clicker.java:339
MethodclickOnButton
Clicks a Button displaying the specified text. Will automatically scroll when needed. @param text the text displayed by the {@link Button}. The param
app/src/main/java/com/robotium/solo/Solo.java:1190
MethodclickOnCheckBox
Clicks a CheckBox matching the specified index. @param index the index of the {@link CheckBox} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1650
MethodclickOnEditText
Clicks an EditText matching the specified index. @param index the index of the {@link EditText} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1664
MethodclickOnImage
Clicks an ImageView matching the specified index. @param index the index of the {@link ImageView} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:2793
MethodclickOnImageButton
Clicks an ImageButton matching the specified index. @param index the index of the {@link ImageButton} to click. 0 if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1205
MethodclickOnMenuItem
Clicks a MenuItem displaying the specified text. @param p_Text the text displayed by the MenuItem. The parameter will be interpreted as a regular exp
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:261
MethodclickOnMenuItem
Clicks a MenuItem displaying the specified text. @param text the text displayed by the MenuItem. The parameter will be interpreted as a regular expre
app/src/main/java/com/robotium/solo/Solo.java:1233
MethodclickOnMenuItem
Clicks on a menu item with a given text. @param text the menu text that should be clicked on. The parameter <strong>will</strong> be interpreted as a
app/src/main/java/com/robotium/solo/Clicker.java:285
MethodclickOnRadioButton
Clicks a RadioButton matching the specified index. @param index the index of the {@link RadioButton} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1636
MethodclickOnToggleButton
Clicks a ToggleButton displaying the specified text. @param text the text displayed by the {@link ToggleButton}. The parameter will be interpreted as
app/src/main/java/com/robotium/solo/Solo.java:1219
MethodclickOnView
Clicks the specified View. @param view the {@link View} to click
app/src/main/java/com/robotium/solo/Solo.java:1428
MethodclickOnWebElement
(By by)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:601
MethodclickOnWebElement
Clicks on a web element using the given By method. @param by the By object e.g. By.id("id"); @param match if multiple objects match, this determines
app/src/main/java/com/robotium/solo/Clicker.java:393
MethodclickView
(String id, int index)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:643
MethodcloseLog
()
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:200
Methodcompare
(View lhs, View rhs)
app/src/main/java/com/robotium/solo/ViewLocationComparator.java:30
MethodcreateIllustrationBuilder
An Builder pattern that will allow the client to build a new illustration
app/src/main/java/com/robotium/solo/Solo.java:1876
FunctioncssSelector
(cssSelector, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:83
MethodcssSelector
Select a WebElement by its css selector. @param selectors the css selector of the web element @return the CssSelector object
app/src/main/java/com/robotium/solo/By.java:43
MethodenterText
Enters text in an EditText matching the specified index. @param index the index of the {@link EditText}. {@code 0} if only one is available @param te
app/src/main/java/com/robotium/solo/Solo.java:2621
FunctionenterTextByClassName
(name, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:211
FunctionenterTextByCssSelector
(cssSelector, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:193
FunctionenterTextById
(id, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:177
FunctionenterTextByName
(name, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:201
FunctionenterTextByTagName
(tagName, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:231
FunctionenterTextByTextContent
(textContent, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:221
FunctionenterTextByXpath
(xpath, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:185
MethodenterTextInWebElement
Enters text in a WebElement matching the specified By object. @param by the By object. Examples are: {@code By.id("id")} and {@code By.name("name
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:247
MethodenterTextInWebElement
Enters text in a WebElement matching the specified By object. @param by the By object. Examples are: {@code By.id("id")} and {@code By.name("name")}
app/src/main/java/com/robotium/solo/Solo.java:2652
MethodfilterViewsByText
Filters a collection of Views and returns a list that contains only Views with text that matches a specified regular expression. @param views The col
app/src/main/java/com/robotium/solo/RobotiumUtils.java:157
Methodfinalize
Finalizes the Solo object and removes the ActivityMonitor. @see #finishOpenedActivities() finishOpenedActivities() to close the activities that have
app/src/main/java/com/robotium/solo/Solo.java:3777
Methodfinalize
Finalizes the solo object.
app/src/main/java/com/robotium/solo/ActivityUtils.java:373
MethodfinishOpenedActivities
All activites that have been opened are finished.
app/src/main/java/com/robotium/solo/ActivityUtils.java:398
MethodgetActivityMonitor
Returns the ActivityMonitor used by Robotium. @return the ActivityMonitor used by Robotium
app/src/main/java/com/robotium/solo/Solo.java:286
MethodgetActivityMonitor
Returns the ActivityMonitor used by Robotium. @return the ActivityMonitor used by Robotium
app/src/main/java/com/robotium/solo/ActivityUtils.java:197
MethodgetAvailMemory
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:210
MethodgetButton
Returns a Button matching the specified index. @param index the index of the {@link Button}. {@code 0} if only one is available @return a {@link Butt
app/src/main/java/com/robotium/solo/Solo.java:2823
MethodgetCalcDate
(long millisecs)
app/src/main/java/com/zzg/robotium/lib/Report.java:259
MethodgetCellId
手机信号覆盖区域的的编号ID 获取cell_id @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:81
MethodgetCurrentActivityName
Returns the name of the most recent Activity @return the name of the current {@code Activity}
app/src/main/java/com/robotium/solo/ActivityUtils.java:279
MethodgetCurrentWebElements
Returns an ArrayList of the currently displayed WebElements in the active WebView. @return an {@code ArrayList} of the {@link WebElement} objects dis
app/src/main/java/com/robotium/solo/Solo.java:3287
MethodgetDefaultVideoPoster
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:91
MethodgetDeltaTime
(long p_startTime, long p_endTime)
app/src/main/java/com/zzg/robotium/lib/Report.java:267
MethodgetEditText
Returns an EditText matching the specified index. @param index the index of the {@link EditText}. {@code 0} if only one is available @return an {@lin
app/src/main/java/com/robotium/solo/Solo.java:2808
MethodgetHead
(Handler h)
app/src/main/java/com/zzg/robotium/lib/Report.java:278
MethodgetHead
(Handler h)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:324
MethodgetIMSI
获得手机IMSI @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:446
MethodgetImage
Returns an ImageView matching the specified index. @param index the index of the {@link ImageView}. {@code 0} if only one is available @return an {@l
app/src/main/java/com/robotium/solo/Solo.java:2853
MethodgetImageButton
Returns an ImageButton matching the specified index. @param index the index of the {@link ImageButton}. {@code 0} if only one is available @return th
app/src/main/java/com/robotium/solo/Solo.java:2868
MethodgetLac
获取location area code 位置区编码 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:58
MethodgetLan
获得当前使用语言 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:106
MethodgetLatitude
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:318
MethodgetLocalIPV6IpAddress
获取IP @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:298
MethodgetLocationOnScreen
Returns the location on screen of the {@code TextView} that is based on a web element
app/src/main/java/com/robotium/solo/RobotiumTextView.java:45
← previousnext →301–400 of 577, ranked by callers