Add test for transaction Propagation.REQUIRES_NEW

This commit is contained in:
rob bygrave
2020-12-21 14:45:13 +13:00
parent 7077e92cb0
commit bf0c8d8dab
3 changed files with 14 additions and 1 deletions
@@ -62,10 +62,14 @@ public class EbeanSpringModuleTest {
@Test
public void testBatchInsert() {
userService.batchInsert();
}
@Test
public void testRequiresNew() {
userService.requiresNew();
}
/**
* Test app.
*/