12345678910



Question 1: Select correct statement about transactional support of the spring test module.
1. Transaction manager could be set within the @TransactionConfiguration annotation
2. Method annotated with @Before is executed outside of the test´s transaction
3. Spring test may rollback the transaction of a service configured with the REQUIRES_NEW propagation