use of org.talend.components.azurestorage.blob.runtime.AzureStorageSourceOrSink in project components by Talend.
the class AzureStorageSourceOrSinkTestIT method testInvalidConnection.
@Test(expected = Exception.class)
public void testInvalidConnection() throws Throwable {
// fail("Not yet implemented");
AzureStorageSourceOrSink sos = new AzureStorageSourceOrSink();
TAzureStorageConnectionProperties properties = new TAzureStorageConnectionProperties("tests");
properties.setupProperties();
sos.initialize(runtime, properties);
}
Aggregations