MCPcopy Create free account

hub / github.com/Abelzzg/AutoTestProject / functions

Functions577 in github.com/Abelzzg/AutoTestProject

↓ 1 callersMethodgetViewByResName
@param resId @param index @return null means not found
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:441
↓ 1 callersMethodgetViewCenter
(View view)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:510
↓ 1 callersMethodgetViewFromList
Returns a text view with a given match. @param webElements the list of views @param match the match of the view to return @return the view with a giv
app/src/main/java/com/robotium/solo/Searcher.java:282
↓ 1 callersMethodgetViewOnAbsListLine
Returns the view in the specified list line @param absListView the ListView to use @param index the index of the list. E.g. Index 1 if two lists are
app/src/main/java/com/robotium/solo/Clicker.java:607
↓ 1 callersMethodgetViewOnRecyclerItemIndex
Returns the view in the specified item index @param recyclerView the RecyclerView to use @param itemIndex the item index of the View @return the View
app/src/main/java/com/robotium/solo/Clicker.java:637
↓ 1 callersMethodgetViews
Extracts all {@code View}s located in the currently active {@code Activity}, recursively. @param parent the {@code View} whose child
app/src/main/java/com/robotium/solo/ViewFetcher.java:220
↓ 1 callersMethodhandleException
自定义错误处理,收集错误信息 发送错误报告等操作均在此完成. @param ex @return true:如果处理了该异常信息;否则返回false.
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:104
↓ 1 callersMethodinit
初始化 @param context
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:68
↓ 1 callersMethodinit
(Context context)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:36
↓ 1 callersMethodinitialize
Initialize timeout using 'adb shell setprop' or use setLargeTimeout() and setSmallTimeout(). Will fall back to the default values set by {@link Config
app/src/main/java/com/robotium/solo/Solo.java:3919
↓ 1 callersMethodinterrupt
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:342
↓ 1 callersMethodisActivityStackEmpty
Check if activity stack is empty. @return true if activity stack is empty
app/src/main/java/com/robotium/solo/ActivityUtils.java:317
↓ 1 callersMethodisCheckedTextChecked
Checks if a {@link CheckedTextView} with a given text is checked. @param checkedTextView the {@code CheckedTextView} object @param text the text that
app/src/main/java/com/robotium/solo/Checker.java:75
↓ 1 callersMethodisSatisfied
Should do the necessary work needed to check a condition and then return whether this condition is satisfied or not. @return {@code true} if condition
app/src/main/java/com/robotium/solo/Condition.java:13
↓ 1 callersMethodisSize0
(final View view)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:563
↓ 1 callersMethodisViewSufficientlyShown
Returns true if the view is sufficiently shown @param view the view to check @return true if the view is sufficiently shown
app/src/main/java/com/robotium/solo/ViewFetcher.java:271
↓ 1 callersMethodopenMenu
Opens the menu and waits for it to open.
app/src/main/java/com/robotium/solo/Clicker.java:266
↓ 1 callersMethodpickViewByFamilyString
(String className, String familyString)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:457
↓ 1 callersMethodprepareForStart
Prepares for start of creating {@code TextView} objects based on web elements
app/src/main/java/com/robotium/solo/WebElementCreator.java:40
↓ 1 callersMethodprepareForStartOfJavascriptExecution
Prepares for start of JavaScript execution @return the JavaScript as a String
app/src/main/java/com/robotium/solo/WebUtils.java:149
↓ 1 callersMethodrecordLogcat
(String logcatName)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:159
↓ 1 callersMethodrecordStep
()
app/src/main/java/com/zzg/robotium/lib/Report.java:247
↓ 1 callersMethodrecordStep
()
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:301
↓ 1 callersMethodremoveActivityFromStack
Removes a given activity from the activity stack @param activity the activity to remove
app/src/main/java/com/robotium/solo/ActivityUtils.java:175
↓ 1 callersMethodsaveBitmap
This method posts a Bitmap with meta-data to the Handler queue. @param bitmap the bitmap to save @param name the name of the file @param quality the
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:417
↓ 1 callersMethodsaveCrashInfo2File
保存错误信息到文件中 @param ex @return 返回文件名称, 便于将文件传送到服务器
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:144
↓ 1 callersMethodsaveFile
Saves a file. @param name the name of the file @param b the bitmap to save @param quality the compression rate. From 0 (compress for lowest size) to
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:455
↓ 1 callersMethodsavePic
(Bitmap b, String strFileName)
app/src/main/java/com/zzg/robotium/lib/NewTakeshot.java:43
↓ 1 callersMethodsavePic
(Bitmap b, String strFileName)
app/src/main/java/com/zzg/robotium/lib/Takeshot.java:45
↓ 1 callersMethodscrollWebView
Scrolls a WebView. @param webView the WebView to scroll @param direction the direction to scroll @param allTheWay {@code true} to scroll the view all
app/src/main/java/com/robotium/solo/Scroller.java:232
↓ 1 callersMethodsearchButton
Searches for a Button displaying the specified text and returns {@code true} if at least one Button is found. Will automatically scroll when needed.
app/src/main/java/com/robotium/solo/Solo.java:737
↓ 1 callersMethodsearchForWebElement
Searches for a web element. @param by the By object e.g. By.id("id"); @param minimumNumberOfMatches the minimum number of matches that are expected t
app/src/main/java/com/robotium/solo/Searcher.java:231
↓ 1 callersMethodsetAttributes
Sets the attributes. @param attributes the attributes to set
app/src/main/java/com/robotium/solo/WebElement.java:215
↓ 1 callersMethodsetClassName
Sets the class name. @param className the class name to set
app/src/main/java/com/robotium/solo/WebElement.java:151
↓ 1 callersMethodsetExternalStorageDirectory
(String externalStorageDirectory)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:78
↓ 1 callersMethodsetFolder
(String directoryName)
app/src/main/java/com/zzg/robotium/lib/Report.java:122
↓ 1 callersMethodsetFolder
(String directoryName)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:187
↓ 1 callersMethodsetId
Sets the id. @param id the id to set
app/src/main/java/com/robotium/solo/WebElement.java:111
↓ 1 callersMethodsetInput_LogCrash
(String input_LogCrash)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:102
↓ 1 callersMethodsetInput_LogImagePath
(String input_LogImagePath)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:94
↓ 1 callersMethodsetInput_LogPath
(String input_LogPath)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:86
↓ 1 callersMethodsetInput_Retrytime
(int input_Retrytime)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:57
↓ 1 callersMethodsetInput_TargetActivity
(String action)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:61
↓ 1 callersMethodsetInput_TargetPakage
(String input_TargetPakage)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:70
↓ 1 callersMethodsetLargeTimeout
Sets the default timeout length of the waitFor methods. Will fall back to the default values set by {@link Config}. <br><br> Timeout can also be set t
app/src/main/java/com/robotium/solo/Timeout.java:31
↓ 1 callersMethodsetLatch
Set the count down latch
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:115
↓ 1 callersMethodsetLocation
Sets the location of a {@code WebElement} @param webElement the {@code TextView} object to set location @param webView the {@code WebView} the text i
app/src/main/java/com/robotium/solo/WebElementCreator.java:103
↓ 1 callersMethodsetLocationX
Sets the X location of the TextView @param locationX the X location of the {@code TextView}
app/src/main/java/com/robotium/solo/RobotiumTextView.java:58
↓ 1 callersMethodsetLocationX
Sets the X location. @param locationX the X location of the {@code WebElement}
app/src/main/java/com/robotium/solo/WebElement.java:61
↓ 1 callersMethodsetLocationY
Sets the Y location @param locationY the Y location of the {@code TextView}
app/src/main/java/com/robotium/solo/RobotiumTextView.java:69
↓ 1 callersMethodsetLocationY
Sets the Y location. @param locationY the Y location of the {@code WebElement}
app/src/main/java/com/robotium/solo/WebElement.java:71
↓ 1 callersMethodsetName
Sets the name. @param name the name to set
app/src/main/java/com/robotium/solo/WebElement.java:131
↓ 1 callersMethodsetSmallTimeout
Sets the default timeout length of the get, is, set, assert, enter, type and click methods. Will fall back to the default values set by {@link Config}
app/src/main/java/com/robotium/solo/Timeout.java:45
↓ 1 callersMethodsetTagName
Sets the Tag name. @param tagName the Tag name to set
app/src/main/java/com/robotium/solo/WebElement.java:171
↓ 1 callersMethodsetTakeScreenshot
Tell the wrapper to take a screen shot
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:107
↓ 1 callersMethodsetTextContent
Sets the text content. @param textContent the text content to set
app/src/main/java/com/robotium/solo/WebElement.java:191
↓ 1 callersMethodsetWebFrame
(String javascript)
app/src/main/java/com/robotium/solo/WebUtils.java:284
↓ 1 callersMethodsetWindowManagerString
Sets the window manager string.
app/src/main/java/com/robotium/solo/ViewFetcher.java:589
↓ 1 callersMethodsetupActivityStackListener
This is were the activityStack listener is set up. The listener will keep track of the opened activities and their positions.
app/src/main/java/com/robotium/solo/ActivityUtils.java:141
↓ 1 callersMethodshotScreen
(String shotImage)
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:132
↓ 1 callersMethodshouldRegisterActivities
Returns true if registration of Activites should be performed @return true if registration of Activities should be performed
app/src/main/java/com/robotium/solo/ActivityUtils.java:121
↓ 1 callersMethodsleep
Sleeps the current thread for a default pause length.
app/src/main/java/com/robotium/solo/Sleeper.java:12
↓ 1 callersMethodtakeScreenShot
(Activity activity)
app/src/main/java/com/zzg/robotium/lib/NewTakeshot.java:16
↓ 1 callersMethodtakeScreenShot
(Activity activity)
app/src/main/java/com/zzg/robotium/lib/Takeshot.java:18
↓ 1 callersMethodverifyTextAppear
验证是否出现文本内容 @param p_Text 文本内容 @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:229
↓ 1 callersMethodwaitForActivityIfNotAvailable
Waits for an activity to be started if one is not provided by the constructor.
app/src/main/java/com/robotium/solo/ActivityUtils.java:254
↓ 1 callersMethodwaitForDialogToOpen
Waits for a {@link android.app.Dialog} to open. @param timeout the amount of time in milliseconds to wait @return {@code true} if the {@code Dialog}
app/src/main/java/com/robotium/solo/DialogUtils.java:76
↓ 1 callersMethodwaitForWebElementsToBeCreated
Waits for {@code WebElement} objects to be created @return true if successfully created before timout
app/src/main/java/com/robotium/solo/WebElementCreator.java:167
↓ 1 callersMethodwrapAllGLViews
Extract and wrap the all OpenGL ES Renderer.
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:171
MethodActivityUtils
Constructs this object. @param config the {@code Config} instance @param inst the {@code Instrumentation} instance. @param activity the start {@code
app/src/main/java/com/robotium/solo/ActivityUtils.java:51
MethodAsserter
Constructs this object. @param activityUtils the {@code ActivityUtils} instance. @param waiter the {@code Waiter} instance.
app/src/main/java/com/robotium/solo/Asserter.java:25
MethodAutoTestCase1
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase1.java:11
MethodAutoTestCase2
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase2.java:13
MethodAutoTestCase3
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase3.java:11
MethodChecker
Constructs this object. @param viewFetcher the {@code ViewFetcher} instance @param waiter the {@code Waiter} instance
app/src/main/java/com/robotium/solo/Checker.java:30
MethodClassName
(String className)
app/src/main/java/com/robotium/solo/By.java:162
MethodClicker
Constructs this object. @param activityUtils the {@code ActivityUtils} instance @param viewFetcher the {@code ViewFetcher} instance @param sender the
app/src/main/java/com/robotium/solo/Clicker.java:58
MethodCrashHandler
保证只有一个CrashHandler实例
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:53
MethodCssSelector
(String selector)
app/src/main/java/com/robotium/solo/By.java:136
MethodDialogUtils
Constructs this object. @param activityUtils the {@code ActivityUtils} instance @param viewFetcher the {@code ViewFetcher} instance @param sleeper th
app/src/main/java/com/robotium/solo/DialogUtils.java:38
MethodFieldRf
Constructs this object @param object the object to reflect on @param name the name of the field
app/src/main/java/com/robotium/solo/Reflect.java:54
MethodGLRenderWrapper
Constructs this object. @param view the current glSurfaceView @param renderer the renderer to wrap @param latch the count down latch
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:38
MethodGetter
Constructs this object. @param inst the {@code Instrumentation} instance @param viewFetcher the {@code ViewFetcher} instance @param waiter the {@code
app/src/main/java/com/robotium/solo/Getter.java:35
MethodId
(String id)
app/src/main/java/com/robotium/solo/By.java:110
MethodIllustration
(Builder builder)
app/src/main/java/com/robotium/solo/Illustration.java:17
MethodIllustrator
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Illustrator.java:20
MethodInputDataStore
()
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:24
MethodName
(String name)
app/src/main/java/com/robotium/solo/By.java:149
MethodNewSolo
Constructor that takes in the instrumentation. @param instrumentation the {@link Instrumentation} instance
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:44
MethodPresser
Constructs this object. @param viewFetcher the {@code ViewFetcher} instance @param clicker the {@code Clicker} instance @param inst the {@code Instru
app/src/main/java/com/robotium/solo/Presser.java:38
MethodPressurePoint
(float x, float y, float pressure)
app/src/main/java/com/robotium/solo/PressurePoint.java:13
MethodReflect
Constructs this object @param object the object to reflect on
app/src/main/java/com/robotium/solo/Reflect.java:21
MethodRobotiumTextView
Constructs this object @param context the given context
app/src/main/java/com/robotium/solo/RobotiumTextView.java:23
MethodRobotiumWebClient
Constructs this object. @param instrumentation the {@code Instrumentation} instance @param webElementCreator the {@code WebElementCreator} instance
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:38
MethodRotator
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Rotator.java:18
MethodScreenShotSaver
(HandlerThread thread)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:406
MethodScreenshotRunnable
(final View _view, final String _name, final int _quality)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:360
MethodScreenshotSequenceThread
(String _name, int _quality, int _frameDelay, int _maxFrames)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:307
MethodScreenshotTaker
Constructs this object. @param config the {@code Config} instance @param instrumentation the {@code Instrumentation} instance. @param activityUtils t
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:61
MethodScroller
Constructs this object. @param inst the {@code Instrumentation} instance @param viewFetcher the {@code ViewFetcher} instance @param sleeper the {@cod
app/src/main/java/com/robotium/solo/Scroller.java:49
← previousnext →201–300 of 577, ranked by callers