Interface SupportsUseSimpleBuildTestOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsUseSimpleBuildTestOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to use simple build test.default TsetUseSimpleBuildTest(boolean value) Build with build and run test with test in xcodebuild for all Xcode versions if this is true, or build with build-for-testing and run tests with test-without-building for over Xcode 8 if this is false.default TEnforce usage of simple build test.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
USE_SIMPLE_BUILD_TEST_OPTION
- See Also:
-
-
Method Details
-
useSimpleBuildTest
Enforce usage of simple build test.- Returns:
- self instance for chaining.
-
setUseSimpleBuildTest
Build with build and run test with test in xcodebuild for all Xcode versions if this is true, or build with build-for-testing and run tests with test-without-building for over Xcode 8 if this is false. Defaults to false.- Parameters:
value- Whether to use simple build test.- Returns:
- self instance for chaining.
-
doesUseSimpleBuildTest
Get whether to use simple build test.- Returns:
- True or false.
-