MCPcopy Create free account

hub / github.com/Abelzzg/AutoTestProject / functions

Functions577 in github.com/Abelzzg/AutoTestProject

MethodgetLongitude
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:331
MethodgetString
Returns a localized string @param id the resource ID for the string @return the localized string
app/src/main/java/com/robotium/solo/Getter.java:80
MethodgetString
Returns a localized string. @param resId the resource ID for the string @return the localized string
app/src/main/java/com/robotium/solo/ActivityUtils.java:360
MethodgetTabView
得到子view @param id @param index @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:637
MethodgetTagName
Returns the Tag name. @return the Tag name
app/src/main/java/com/robotium/solo/WebElement.java:161
MethodgetTail
(Handler h)
app/src/main/java/com/zzg/robotium/lib/Report.java:283
MethodgetTail
(Handler h)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:338
MethodgetText
Returns the text content. @return the text content
app/src/main/java/com/robotium/solo/WebElement.java:181
MethodgetTopParent
Returns the absolute top parent {@code View} in for a given {@code View}. @param view the {@code View} whose top parent is requested @return the top
app/src/main/java/com/robotium/solo/ViewFetcher.java:52
MethodgetTopParent
Returns the absolute top parent View of the specified View. @param view the {@link View} whose top parent is requested @return the top parent {@link
app/src/main/java/com/robotium/solo/Solo.java:355
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:114
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:127
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:140
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:153
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:166
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:179
MethodgetValue
()
app/src/main/java/com/robotium/solo/By.java:192
MethodgetVideoLoadingProgressView
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:99
MethodgetView
Returns a {@code View} with a certain index, from the list of current {@code View}s of the specified type. @param classToFilterBy which {@code View}s
app/src/main/java/com/robotium/solo/Getter.java:50
MethodgetVisitedHistory
(ValueCallback<String[]> callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:107
MethodgetWebElement
Returns a WebElement matching the specified By object and index. @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:3131
MethodgetWebElements
Returns an ArrayList of WebElements currently shown in the active WebView. @param onlySufficientlyVisible true if only sufficiently visible {@link We
app/src/main/java/com/robotium/solo/WebUtils.java:92
MethodgetWebUrl
Returns the current web page URL. @return the current web page URL
app/src/main/java/com/robotium/solo/Solo.java:3156
MethodgoBack
Simulates pressing the hardware back key.
app/src/main/java/com/robotium/solo/Solo.java:1106
MethodgoBack
Simulates pressing the hardware back key.
app/src/main/java/com/robotium/solo/Sender.java:53
MethodgoBackToActivity
Returns to an Activity matching the specified name. @param name the name of the {@link Activity} to return to. Example is: {@code "MyActivity"}
app/src/main/java/com/robotium/solo/Solo.java:3517
MethodgoBackToActivity
Returns to the given {@link Activity}. @param name the name of the {@code Activity} to return to, e.g. {@code "MyActivity"}
app/src/main/java/com/robotium/solo/ActivityUtils.java:327
MethodhandleMessage
Here we process the Handler queue and save the bitmaps. @param message A Message containing the bitmap to save, and some metadata.
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:430
MethodhideSoftKeyboard
Hides the soft keyboard @param shouldSleepFirst whether to sleep a default pause first @param shouldSleepAfter whether to sleep a default pause after
app/src/main/java/com/robotium/solo/DialogUtils.java:154
Functionid
(id, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:34
Methodid
Select a WebElement by its id. @param id the id of the web element @return the Id object
app/src/main/java/com/robotium/solo/By.java:19
Methodillustrate
Simulate drawing an illustration on the screen. <br> <br> Example of usage: <pre> Illustration.Builder builder = solo.createIllustrationBuilder();
app/src/main/java/com/robotium/solo/Solo.java:1899
Methodillustrate
(Illustration illustration)
app/src/main/java/com/robotium/solo/Illustrator.java:24
MethodisCheckBoxChecked
Checks if a CheckBox matching the specified index is checked. @param index of the {@link CheckBox} to check. {@code 0} if only one is available @retu
app/src/main/java/com/robotium/solo/Solo.java:3349
MethodisDebuggable
是否为调试模式 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:133
MethodisFinished
Returns true if all {@code TextView} objects based on web elements have been created @return true if all {@code TextView} objects based on web elemen
app/src/main/java/com/robotium/solo/WebElementCreator.java:62
MethodisNetworkAvailable
网络是否可用 @param context @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:82
MethodisRadioButtonChecked
Checks if a RadioButton matching the specified index is checked. @param index of the {@link RadioButton} to check. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:3317
MethodisSatisfied
()
app/src/main/java/com/robotium/solo/Setter.java:179
MethodisSatisfied
()
app/src/main/java/com/robotium/solo/Solo.java:3605
MethodisSpinnerTextSelected
Checks if the specified text is selected in any Spinner located in the current screen. @param text the text that is expected to be selected, specifie
app/src/main/java/com/robotium/solo/Solo.java:3437
MethodisSpinnerTextSelected
Checks if a given text is selected in any {@link Spinner} located on the current screen. @param text the text that is expected to be selected @return
app/src/main/java/com/robotium/solo/Checker.java:93
MethodisTextChecked
Checks if the specified text is checked. @param text the text that the {@link CheckedTextView} or {@link CompoundButton} objects display, specified a
app/src/main/java/com/robotium/solo/Solo.java:3413
MethodisToggleButtonChecked
Checks if a ToggleButton displaying the specified text is checked. @param text the text that the {@link ToggleButton} displays, specified as a regula
app/src/main/java/com/robotium/solo/Solo.java:3365
Functionname
(name, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:101
Methodname
Select a WebElement by its name. @param name the name of the web element @return the Name object
app/src/main/java/com/robotium/solo/By.java:55
MethodonCloseWindow
(WebView window)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:114
MethodonConsoleMessage
(String message, int lineNumber, String sourceID)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:121
MethodonCreate
(Bundle arguments)
app/src/main/java/com/zzg/robotium/lib/ReportTestRunner.java:31
MethodonCreate
()
app/src/main/java/com/zzg/robotium/lib/CrashApplication.java:6
MethodonCreateWindow
(WebView view, boolean isDialog, boolean isUserGesture, Message resultMsg)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:136
MethodonDrawFrame
(GL10 gl)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:79
MethodonExceededDatabaseQuota
(String url, String databaseIdentifier, long quota, long estimatedDatabaseSize, long totalQuota, WebStorage
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:144
MethodonGeolocationPermissionsHidePrompt
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:152
MethodonGeolocationPermissionsShowPrompt
(String origin, GeolocationPermissions.Callback callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:159
MethodonHideCustomView
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:166
MethodonJsAlert
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:173
MethodonJsBeforeUnload
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:181
MethodonJsConfirm
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:189
MethodonJsPrompt
Overrides onJsPrompt in order to create {@code WebElement} objects based on the web elements attributes prompted by the injections of JavaScript
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:68
MethodonJsTimeout
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:197
MethodonProgressChanged
(WebView view, int newProgress)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:205
MethodonReachedMaxAppCacheSize
(long requiredStorage, long quota, WebStorage.QuotaUpdater quotaUpdater)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:212
MethodonReceivedIcon
(WebView view, Bitmap icon)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:219
MethodonReceivedTitle
(WebView view, String title)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:226
MethodonReceivedTouchIconUrl
(WebView view, String url, boolean precomposed)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:233
MethodonRequestFocus
(WebView view)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:240
MethodonShowCustomView
(View view, CustomViewCallback callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:247
MethodonSurfaceChanged
(GL10 gl, int width, int height)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:67
MethodonSurfaceCreated
(GL10 gl, EGLConfig config)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:57
MethodpinchToZoom
Zooms in or out if startPoint1 and startPoint2 are larger or smaller then endPoint1 and endPoint2. Requires API level >= 14. @param startPoint1 First
app/src/main/java/com/robotium/solo/Solo.java:2366
MethodpressMenuItem
Presses a {@link android.view.MenuItem} with a given index. Index {@code 0} is the first item in the first row, Index {@code 3} is the first item in t
app/src/main/java/com/robotium/solo/Presser.java:56
MethodpressMenuItem
Presses a MenuItem matching the specified index. Index {@code 0} is the first item in the first row, Index {@code 3} is the first item in the second r
app/src/main/java/com/robotium/solo/Solo.java:1328
MethodpressSoftKeyboardDoneButton
Presses the soft keyboard done button.
app/src/main/java/com/robotium/solo/Solo.java:1397
MethodpressSoftKeyboardGoButton
Presses the soft keyboard go button.
app/src/main/java/com/robotium/solo/Solo.java:1385
MethodpressSoftKeyboardNextButton
Presses the soft keyboard next button.
app/src/main/java/com/robotium/solo/Solo.java:1361
MethodpressSoftKeyboardSearchButton
Presses the soft keyboard search button.
app/src/main/java/com/robotium/solo/Solo.java:1373
MethodpressSpinnerItem
Presses on a {@link Spinner} (drop-down menu) item. @param spinnerIndex the index of the {@code Spinner} menu to be used @param itemIndex the index o
app/src/main/java/com/robotium/solo/Presser.java:139
MethodpressSpinnerItem
Presses a Spinner (drop-down menu) item. @param spinnerIndex the index of the {@link Spinner} menu to use @param itemIndex the index of the {@link Sp
app/src/main/java/com/robotium/solo/Solo.java:1413
Methodpull2left
左滑
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:707
Methodpull2right
右滑
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:722
MethodpullTop
上拉
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:692
MethodpushDeskFlag
判断当前是否符合桌面显示的对话框 @param context @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:467
MethodrotateLarge
Draws two semi-circles at the specified centers. Both circles are larger than rotateSmall(). Requires API level >= 14. @param center1 Center of semi-
app/src/main/java/com/robotium/solo/Solo.java:2407
MethodrotateSmall
Draws two semi-circles at the specified centers. Both circles are smaller than rotateLarge(). Requires API level >= 14. @param center1 Center of semi
app/src/main/java/com/robotium/solo/Solo.java:2426
Methodrun
()
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:120
Methodrun
()
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:416
Methodrun
()
app/src/main/java/com/robotium/solo/Setter.java:60
Methodrun
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:55
Methodrun
()
app/src/main/java/com/robotium/solo/WebUtils.java:275
Methodrun
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:314
Methodrun
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:366
Methodrun
()
app/src/main/java/com/robotium/solo/Presser.java:122
Methodrun
()
app/src/main/java/com/robotium/solo/Solo.java:1865
Methodrun
()
app/src/main/java/com/robotium/solo/Scroller.java:125
Methodrun
()
app/src/main/java/com/robotium/solo/ActivityUtils.java:149
Methodrun
()
app/src/main/java/com/robotium/solo/TextEnterer.java:50
MethodrunTest
()
app/src/main/java/com/zzg/robotium/lib/TestCase.java:47
MethodscrollDown
Scrolls down. @return {@code true} if more scrolling can be done
app/src/main/java/com/robotium/solo/Scroller.java:165
MethodscrollDownList
Scrolls down the specified AbsListView. @param list the {@link AbsListView} to scroll @return {@code true} if more scrolling can be performed
app/src/main/java/com/robotium/solo/Solo.java:2023
← previousnext →401–500 of 577, ranked by callers