Description
Spring integration tests store some information to database before running method under tests.
However, if there are two potential test methods for one branch, we should prefer the method without database communication or with minimal database communication, because it is faster and more safe.
We should improve minimization strategy to select method with minimal database interaction if all other minimization conditions are similar for them.
Description
Spring integration tests store some information to database before running method under tests.
However, if there are two potential test methods for one branch, we should prefer the method without database communication or with minimal database communication, because it is faster and more safe.
We should improve minimization strategy to select method with minimal database interaction if all other minimization conditions are similar for them.