Description
Current implementation of Spring integration testing has the following lines:
// TODO properly detect which repositories need to be cleared, right now "orders" is hardcoded
val sql = "TRUNCATE TABLE orders"
Expected behavior
We need to avoid hardcode and obtain table and repository names from stateBefore.thisInstance.utAutowiredModel.repoContent
Description
Current implementation of Spring integration testing has the following lines:
Expected behavior
We need to avoid hardcode and obtain table and repository names from
stateBefore.thisInstance.utAutowiredModel.repoContent