Interface SupportsKeystoreOptions<T extends BaseOptions<T>>

    • Method Detail

      • setKeystoreConfig

        default T setKeystoreConfig​(KeystoreConfig keystoreConfig)
        Use a custom keystore to sign the app under test.
        Parameters:
        keystoreConfig - The keystore config to use.
        Returns:
        self instance for chaining.
      • doesUseKeystore

        default java.util.Optional<java.lang.Boolean> doesUseKeystore()
        Get whether to use a custom keystore.
        Returns:
        True or false.
      • getKeystoreConfig

        default java.util.Optional<KeystoreConfig> getKeystoreConfig()
        Get the custom keystore config.
        Returns:
        The keystore config.