@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface Transactional
If this annotation is used on a class, each test method will be run within a separate transaction.
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.