A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
B
- BaseScenario - class in com.kaspersky.kaspresso.testcases.api.scenario
- The base class for parametrized scenarios.
- BaseTestCase - class in com.kaspersky.kaspresso.testcases.api.testcase
- The base class for all parametrized test cases.
- BaseTestCaseRule - class in com.kaspersky.kaspresso.testcases.api.testcaserule
- The base class for all parametrized test cases rules.
- BaseTestContext - class in com.kaspersky.kaspresso.testcases.core.testcontext
- Provides the Kaspresso functionality for "run" section: Device, AdbServer, the UiTestLogger implementation for external developers.
- before(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Starts the building a test, sets the BeforeTestSection actions and returns an existing instance of AfterTestSection to continue building a test.
- before(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Starts the building a test, sets the BeforeTestSection actions and returns an existing instance of AfterTestSection to continue building a test.
- beforeEachTest(Boolean,Function1) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.defaults.DefaultTestRunWatcherInterceptor
- Set the action which will be executed before the test.
- beforeEachTest(Boolean,Function1) - function in com.kaspersky.kaspresso.kaspresso.Kaspresso.Builder
- Set the action which will be executed before the test.
- beforeMainSectionRun(TestContext,TestInfo) - function in com.kaspersky.kaspresso.enricher.MainSectionEnricher
- This method will be invoked right before execution of "run" block in your test case.
- beforeMainSectionRun(TestContext,TestInfo) - function in com.kaspersky.kaspresso.enricher.impl.composite.CompositeMainSectionEnricher
- This method will be invoked right before execution of "run" block in your test case.
- beforeTest(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.BeforeTestSection
- Wraps actions in a lambda, that will invoke these actions and make screenshot if actions will fail when it will be invoked itself, and sets this lambda as the TestBody.beforeTestActions.
- BeforeTestSection - class in com.kaspersky.kaspresso.testcases.core.sections
- The representation of a set of actions to be invoked before the test.
- BehaviorInterceptor - class in com.kaspersky.kaspresso.interceptors.behavior
- The interface for all interceptors that change the default interaction in Kakao=>Espresso.
- boost() - function in com.kaspersky.kaspresso.idlewaiting.KautomatorWaitForIdleSettings.Companion
- Buffer - class in com.kaspersky.kaspresso.device.logcat.Logcat
- build() - function in com.kaspersky.kaspresso.compose.pack.branch.ComplexComposeBranchBuilder
- Builder - class in com.kaspersky.kaspresso.kaspresso.Kaspresso
- The class for Kaspresso configuration and initialization.
- BuildStepReportWatcherInterceptor - class in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.report
- Button - class in com.kaspersky.kaspresso.device.permissions.Permissions