Search in sources :

Example 6 with SalesforceStepMeta

use of org.pentaho.di.trans.steps.salesforce.SalesforceStepMeta in project pentaho-kettle by pentaho.

the class SalesforceInsertMetaTest method testErrorHandling.

@Test
public void testErrorHandling() {
    SalesforceStepMeta meta = new SalesforceInsertMeta();
    assertTrue(meta.supportsErrorHandling());
}
Also used : SalesforceStepMeta(org.pentaho.di.trans.steps.salesforce.SalesforceStepMeta) SalesforceMetaTest(org.pentaho.di.trans.steps.salesforce.SalesforceMetaTest) Test(org.junit.Test)

Aggregations

SalesforceStepMeta (org.pentaho.di.trans.steps.salesforce.SalesforceStepMeta)6 Test (org.junit.Test)5 SalesforceMetaTest (org.pentaho.di.trans.steps.salesforce.SalesforceMetaTest)5 MessageBox (org.eclipse.swt.widgets.MessageBox)1 KettleException (org.pentaho.di.core.exception.KettleException)1 SalesforceConnection (org.pentaho.di.trans.steps.salesforce.SalesforceConnection)1 ErrorDialog (org.pentaho.di.ui.core.dialog.ErrorDialog)1