blob: 14ad13d42de1d0ae272850d51394fce249581d1f [file] [log] [blame]
Vinay Vishal57171472018-09-18 20:22:00 +05301Test
2- Testing @TransactionScoped support
3 - Annotate multiple beans with @TransactionScoped
4 - Inject those beans
5 - Verify identical type of bean is shared within same transaction.
6 - Verify beans destroyed at end of transaction.