R
- RADIO - enum entry in com.kaspersky.kaspresso.device.logcat.Logcat.Buffer
Represents logcat buffer names https://developer.android.com/studio/command-line/logcat#alternativeBuffers
- readLogcatRows(String,Boolean,String,Boolean,Logcat.Buffer,Integer) - function in com.kaspersky.kaspresso.device.logcat.Logcat
- Get logcat dump as list of strings
- readLogcatRows(String,Boolean,String,Boolean,Logcat.Buffer,Integer,Function1) - function in com.kaspersky.kaspresso.device.logcat.Logcat
- Get logcat dump and analyze each row.
- readLogcatRows(String,Boolean,String,Boolean,Logcat.Buffer,Integer) - function in com.kaspersky.kaspresso.device.logcat.LogcatImpl
- Get logcat dump as list of strings
- readLogcatRows(String,Boolean,String,Boolean,Logcat.Buffer,Integer,Function1) - function in com.kaspersky.kaspresso.device.logcat.LogcatImpl
- Get logcat dump and analyze each row.
- readLogcatRowsViaAdb(Regex,Regex,Logcat.Buffer,String,Function1) - function in com.kaspersky.kaspresso.device.logcat.LogcatImpl
- Required Permissions: READ_EXTERNAL_STORAGE.
- readObject(ObjectInputStream) - function in java.lang.Throwable
- readObject(ObjectInputStream) - function in java.lang.Throwable
- receiveSms(String,String) - function in com.kaspersky.kaspresso.device.phone.Phone
- Emulates receiving an SMS from number.
- receiveSms(String,String) - function in com.kaspersky.kaspresso.device.phone.PhoneImpl
- Emulates receiving an SMS from number.
- Regression - class in com.kaspersky.kaspresso.annotations
- remove(String) - function in com.kaspersky.kaspresso.device.files.Files
- Removes a file by given path.
- remove(String) - function in com.kaspersky.kaspresso.device.files.FilesImpl
- Removes a file by given path.
- removeInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- removeInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- removeInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- removeInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- removeInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- removeInterceptors() - function in com.agoda.kakao.screen.Screen
- ReportWriter - class in com.kaspersky.kaspresso.report
- RequiresAdbServer - class in com.kaspersky.kaspresso.annotations
- Special annotation to mark methods or classes that require AdbServer to be started for executionRequired: Started AdbServer 1.
- reset() - function in com.kaspersky.components.kautomator.screen.UiScreen
- reset() - function in com.kaspersky.components.kautomator.screen.UiScreen
- reset() - function in com.kaspersky.components.kautomator.screen.UiScreen
- reset() - function in com.kaspersky.components.kautomator.screen.UiScreen
- reset() - function in com.kaspersky.components.kautomator.screen.UiScreen
- reset() - function in com.agoda.kakao.screen.Screen
- rotate() - function in com.kaspersky.kaspresso.device.exploit.Exploit
- Toggles the orientation of the device.
- rotate() - function in com.kaspersky.kaspresso.device.exploit.ExploitImpl
- Toggles the orientation of the device.
- run(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Sets com.kaspersky.kaspresso.testcases.core.sections.MainTestSection steps, creates an instance of MainTestSection and runs it
- run(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Sets com.kaspersky.kaspresso.testcases.core.sections.MainTestSection steps, creates an instance of MainTestSection and runs it
- run(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.InitSection
- Runs:
Optional BeforeTestSection,
Optional init,
Optional TransformSection.transform's sections (only if init was called before),
MainTestSection's steps,
AfterTestSection. AfterTestSection is invoked even if BeforeTestSection or BaseTestCase's steps failed.
- run(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.MainTestSection
- Runs:
Optional BeforeTestSection,
Optional init,
Optional transform's sections (only if init was called before),
MainTestSection's steps,
AfterTestSection. AfterTestSection is invoked even if BeforeTestSection or BaseTestCase's steps failed.
- run(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.TransformSection
- Runs:
Optional BeforeTestSection,
Optional InitSection.init,
Optional transform's sections (only if InitSection.init was called before),
MainTestSection's steps,
AfterTestSection. AfterTestSection is invoked even if BeforeTestSection or BaseTestCase's steps failed.