private static final String TEST_URI = "test.sftp.uri";
public static Test suite() throws Exception
{
if (System.getProperty(TEST_URI) != null)
{
return new ProviderTestSuite(new SftpProviderTestCase());
}
else
{
return notConfigured(SftpProviderTestCase.class);
}