private ComponentSSLConfiguration configuration;
@Parameterized.Parameters
public static Collection<Object[]> configs() {
ComponentSSLConfiguration configuration1 =
ComponentSSLConfigurationTest.getConfiguration("tspath", "tspass", "tstype", false, false);
ComponentSSLConfiguration configuration2 =
ComponentSSLConfigurationTest.getConfiguration("tspath", "tspass", "tstype", true, false);
ComponentSSLConfiguration configuration3 =
ComponentSSLConfigurationTest.getConfiguration("tspath", "tspass", "tstype", false, true);
return Arrays.asList(new Object[][]{
{configuration1},
{configuration2},