public class SecureClientDriverRule extends ClientDriverRule
| Constructor and Description |
|---|
SecureClientDriverRule(int port,
KeyStore keyStore,
String password,
String certAlias)
Creates a new rule which binds the driver to a free port.
|
SecureClientDriverRule(KeyStore keyStore,
String password,
String certAlias)
Creates a new rule which binds the driver to a free port.
|
addExpectation, apply, expectResponsesWithin, getBaseUrl, getPort, noFailFastOnUnexpectedRequest, reset, verify, whenCompletedpublic SecureClientDriverRule(KeyStore keyStore, String password, String certAlias)
keyStore - the key store with the certificatepassword - the certificate's passwordcertAlias - the alias of the certificatepublic SecureClientDriverRule(int port,
KeyStore keyStore,
String password,
String certAlias)
port - the portkeyStore - the key store with the certificatepassword - the certificate's passwordcertAlias - the alias of the certificateCopyright © 2016. All Rights Reserved.