public static final class RandomizeSSL.SSLRandomizer extends Object
RandomizeSSL
annotation.Modifier and Type | Field and Description |
---|---|
double |
clientAuth |
String |
debug |
double |
ssl |
Constructor and Description |
---|
SSLRandomizer(double ssl,
double clientAuth,
String debug) |
Modifier and Type | Method and Description |
---|---|
SSLTestConfig |
createSSLTestConfig()
Randomly produces an SSLTestConfig taking into account various factors
|
static double |
getEffectiveOdds(double declaredOdds,
boolean nightly,
int multiplier) |
static RandomizeSSL.SSLRandomizer |
getSSLRandomizerForClass(Class clazz)
Returns an SSLRandomizer suitable for the specified (test) class
|
public final double ssl
public final double clientAuth
public final String debug
public SSLRandomizer(double ssl, double clientAuth, String debug)
public SSLTestConfig createSSLTestConfig()
LuceneTestCase.TEST_NIGHTLY
,
LuceneTestCase.RANDOM_MULTIPLIER
,
LuceneTestCase.random()
public static double getEffectiveOdds(double declaredOdds, boolean nightly, int multiplier)
public static final RandomizeSSL.SSLRandomizer getSSLRandomizerForClass(Class clazz)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.