Package de.hybris.platform.servicelayer
Interface TestImportCsvUtil
-
- All Known Implementing Classes:
DefaultTestImportCsvUtil
public interface TestImportCsvUtil
The interface used to lookup bean used to run import during tests. The purpose of providing this interface is to enable using impex in service layer tests. Default implementation isDefaultTestImportCsvUtil
and it is configured in servicelayer-spring.xmlThe usage is to lookup default implementation using Registry.getApplicationContext().getBean("testImportCsvUtil");
SeeDefaultTypeDaoTest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
importCsv(java.lang.String csvFile, java.lang.String encoding)
-