Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abelzzg/AutoTestProject
/ functions
Functions
577 in github.com/Abelzzg/AutoTestProject
⨍
Functions
577
◇
Types & classes
68
↓ 1 callers
Method
getViewByResName
@param resId @param index @return null means not found
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:441
↓ 1 callers
Method
getViewCenter
(View view)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:510
↓ 1 callers
Method
getViewFromList
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 callers
Method
getViewOnAbsListLine
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 callers
Method
getViewOnRecyclerItemIndex
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 callers
Method
getViews
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 callers
Method
handleException
自定义错误处理,收集错误信息 发送错误报告等操作均在此完成. @param ex @return true:如果处理了该异常信息;否则返回false.
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:104
↓ 1 callers
Method
init
初始化 @param context
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:68
↓ 1 callers
Method
init
(Context context)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:36
↓ 1 callers
Method
initialize
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 callers
Method
interrupt
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:342
↓ 1 callers
Method
isActivityStackEmpty
Check if activity stack is empty. @return true if activity stack is empty
app/src/main/java/com/robotium/solo/ActivityUtils.java:317
↓ 1 callers
Method
isCheckedTextChecked
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 callers
Method
isSatisfied
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 callers
Method
isSize0
(final View view)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:563
↓ 1 callers
Method
isViewSufficientlyShown
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 callers
Method
openMenu
Opens the menu and waits for it to open.
app/src/main/java/com/robotium/solo/Clicker.java:266
↓ 1 callers
Method
pickViewByFamilyString
(String className, String familyString)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:457
↓ 1 callers
Method
prepareForStart
Prepares for start of creating {@code TextView} objects based on web elements
app/src/main/java/com/robotium/solo/WebElementCreator.java:40
↓ 1 callers
Method
prepareForStartOfJavascriptExecution
Prepares for start of JavaScript execution @return the JavaScript as a String
app/src/main/java/com/robotium/solo/WebUtils.java:149
↓ 1 callers
Method
recordLogcat
(String logcatName)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:159
↓ 1 callers
Method
recordStep
()
app/src/main/java/com/zzg/robotium/lib/Report.java:247
↓ 1 callers
Method
recordStep
()
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:301
↓ 1 callers
Method
removeActivityFromStack
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 callers
Method
saveBitmap
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 callers
Method
saveCrashInfo2File
保存错误信息到文件中 @param ex @return 返回文件名称, 便于将文件传送到服务器
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:144
↓ 1 callers
Method
saveFile
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 callers
Method
savePic
(Bitmap b, String strFileName)
app/src/main/java/com/zzg/robotium/lib/NewTakeshot.java:43
↓ 1 callers
Method
savePic
(Bitmap b, String strFileName)
app/src/main/java/com/zzg/robotium/lib/Takeshot.java:45
↓ 1 callers
Method
scrollWebView
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 callers
Method
searchButton
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 callers
Method
searchForWebElement
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 callers
Method
setAttributes
Sets the attributes. @param attributes the attributes to set
app/src/main/java/com/robotium/solo/WebElement.java:215
↓ 1 callers
Method
setClassName
Sets the class name. @param className the class name to set
app/src/main/java/com/robotium/solo/WebElement.java:151
↓ 1 callers
Method
setExternalStorageDirectory
(String externalStorageDirectory)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:78
↓ 1 callers
Method
setFolder
(String directoryName)
app/src/main/java/com/zzg/robotium/lib/Report.java:122
↓ 1 callers
Method
setFolder
(String directoryName)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:187
↓ 1 callers
Method
setId
Sets the id. @param id the id to set
app/src/main/java/com/robotium/solo/WebElement.java:111
↓ 1 callers
Method
setInput_LogCrash
(String input_LogCrash)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:102
↓ 1 callers
Method
setInput_LogImagePath
(String input_LogImagePath)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:94
↓ 1 callers
Method
setInput_LogPath
(String input_LogPath)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:86
↓ 1 callers
Method
setInput_Retrytime
(int input_Retrytime)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:57
↓ 1 callers
Method
setInput_TargetActivity
(String action)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:61
↓ 1 callers
Method
setInput_TargetPakage
(String input_TargetPakage)
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:70
↓ 1 callers
Method
setLargeTimeout
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 callers
Method
setLatch
Set the count down latch
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:115
↓ 1 callers
Method
setLocation
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 callers
Method
setLocationX
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 callers
Method
setLocationX
Sets the X location. @param locationX the X location of the {@code WebElement}
app/src/main/java/com/robotium/solo/WebElement.java:61
↓ 1 callers
Method
setLocationY
Sets the Y location @param locationY the Y location of the {@code TextView}
app/src/main/java/com/robotium/solo/RobotiumTextView.java:69
↓ 1 callers
Method
setLocationY
Sets the Y location. @param locationY the Y location of the {@code WebElement}
app/src/main/java/com/robotium/solo/WebElement.java:71
↓ 1 callers
Method
setName
Sets the name. @param name the name to set
app/src/main/java/com/robotium/solo/WebElement.java:131
↓ 1 callers
Method
setSmallTimeout
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 callers
Method
setTagName
Sets the Tag name. @param tagName the Tag name to set
app/src/main/java/com/robotium/solo/WebElement.java:171
↓ 1 callers
Method
setTakeScreenshot
Tell the wrapper to take a screen shot
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:107
↓ 1 callers
Method
setTextContent
Sets the text content. @param textContent the text content to set
app/src/main/java/com/robotium/solo/WebElement.java:191
↓ 1 callers
Method
setWebFrame
(String javascript)
app/src/main/java/com/robotium/solo/WebUtils.java:284
↓ 1 callers
Method
setWindowManagerString
Sets the window manager string.
app/src/main/java/com/robotium/solo/ViewFetcher.java:589
↓ 1 callers
Method
setupActivityStackListener
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 callers
Method
shotScreen
(String shotImage)
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:132
↓ 1 callers
Method
shouldRegisterActivities
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 callers
Method
sleep
Sleeps the current thread for a default pause length.
app/src/main/java/com/robotium/solo/Sleeper.java:12
↓ 1 callers
Method
takeScreenShot
(Activity activity)
app/src/main/java/com/zzg/robotium/lib/NewTakeshot.java:16
↓ 1 callers
Method
takeScreenShot
(Activity activity)
app/src/main/java/com/zzg/robotium/lib/Takeshot.java:18
↓ 1 callers
Method
verifyTextAppear
验证是否出现文本内容 @param p_Text 文本内容 @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:229
↓ 1 callers
Method
waitForActivityIfNotAvailable
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 callers
Method
waitForDialogToOpen
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 callers
Method
waitForWebElementsToBeCreated
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 callers
Method
wrapAllGLViews
Extract and wrap the all OpenGL ES Renderer.
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:171
Method
ActivityUtils
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
Method
Asserter
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
Method
AutoTestCase1
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase1.java:11
Method
AutoTestCase2
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase2.java:13
Method
AutoTestCase3
()
app/src/main/java/com/zzg/autotestexample/test/AutoTestCase3.java:11
Method
Checker
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
Method
ClassName
(String className)
app/src/main/java/com/robotium/solo/By.java:162
Method
Clicker
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
Method
CrashHandler
保证只有一个CrashHandler实例
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:53
Method
CssSelector
(String selector)
app/src/main/java/com/robotium/solo/By.java:136
Method
DialogUtils
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
Method
FieldRf
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
Method
GLRenderWrapper
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
Method
Getter
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
Method
Id
(String id)
app/src/main/java/com/robotium/solo/By.java:110
Method
Illustration
(Builder builder)
app/src/main/java/com/robotium/solo/Illustration.java:17
Method
Illustrator
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Illustrator.java:20
Method
InputDataStore
()
app/src/main/java/com/zzg/robotium/lib/InputDataStore.java:24
Method
Name
(String name)
app/src/main/java/com/robotium/solo/By.java:149
Method
NewSolo
Constructor that takes in the instrumentation. @param instrumentation the {@link Instrumentation} instance
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:44
Method
Presser
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
Method
PressurePoint
(float x, float y, float pressure)
app/src/main/java/com/robotium/solo/PressurePoint.java:13
Method
Reflect
Constructs this object @param object the object to reflect on
app/src/main/java/com/robotium/solo/Reflect.java:21
Method
RobotiumTextView
Constructs this object @param context the given context
app/src/main/java/com/robotium/solo/RobotiumTextView.java:23
Method
RobotiumWebClient
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
Method
Rotator
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Rotator.java:18
Method
ScreenShotSaver
(HandlerThread thread)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:406
Method
ScreenshotRunnable
(final View _view, final String _name, final int _quality)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:360
Method
ScreenshotSequenceThread
(String _name, int _quality, int _frameDelay, int _maxFrames)
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:307
Method
ScreenshotTaker
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
Method
Scroller
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
← previous
next →
201–300 of 577, ranked by callers