blob: f02c59525c200977735c7ded65233245ceb298fa [file] [log] [blame]
package org.eclipse.jetty.exssl;
import org.junit.Before;
import org.junit.Test;
public class SslSelectChannelValidationTest extends CertificateValidationTestBase
{
@Before
public void setUp()
{
_connector = new EnhancedSslSelectChannelConnector();
}
}