use of org.talend.daikon.properties.service.PropertiesServiceImpl in project components by Talend.
the class SalesforceDatasetPropertiesTest method setUp.
@Before
public void setUp() {
propertiesService = new PropertiesServiceImpl();
datastoreProperties = new SalesforceDatastoreProperties("datastore");
properties = spy(new SalesforceDatasetProperties("dataset"));
}
use of org.talend.daikon.properties.service.PropertiesServiceImpl in project components by Talend.
the class TSalesforceBulkExecPropertiesTest method setUp.
@Before
public void setUp() {
propertiesService = new PropertiesServiceImpl();
properties = new TSalesforceBulkExecProperties("root");
}
use of org.talend.daikon.properties.service.PropertiesServiceImpl in project components by Talend.
the class TSalesforceOutputPropertiesTest method setUp.
@Before
public void setUp() {
propertiesService = new PropertiesServiceImpl();
properties = new TSalesforceOutputProperties("root");
}
use of org.talend.daikon.properties.service.PropertiesServiceImpl in project components by Talend.
the class TSalesforceOutputBulkPropertiesTest method setUp.
@Before
public void setUp() {
propertiesService = new PropertiesServiceImpl();
properties = new TSalesforceOutputBulkProperties("root");
}
use of org.talend.daikon.properties.service.PropertiesServiceImpl in project components by Talend.
the class SalesforceModuleListPropertiesTest method setUp.
@Before
public void setUp() {
propertiesService = new PropertiesServiceImpl();
connectionProperties = new SalesforceConnectionProperties("connection");
connectionProperties.name.setValue(connectionName);
properties = new SalesforceModuleListProperties("root");
properties.setConnection(connectionProperties);
properties.setRepositoryLocation(repoLocation);
}
Aggregations