Class SqlTestDataCleaner
java.lang.Object
org.qubership.atp.tdm.model.cleanup.cleaner.impl.SqlTestDataCleaner
- All Implemented Interfaces:
TestDataCleaner
-
Constructor Summary
ConstructorsConstructorDescriptionSqlTestDataCleaner(Connection connection, String query, int queryTimeout) Constructor with queryTimeout. -
Method Summary
-
Constructor Details
-
SqlTestDataCleaner
Constructor with queryTimeout.
-
-
Method Details
-
runCleanup
@Nonnull public List<Map<String,Object>> runCleanup(@Nonnull TestDataTable testDataTable) throws Exception - Specified by:
runCleanupin interfaceTestDataCleaner- Throws:
Exception
-