public abstract @interface

Transactional

implements Annotation
org.ops4j.pax.exam.util.Transactional

Class Overview

Use this annotation on a test method to wrap the test in a transaction which will be rolled back automatically.

If this annotation is used on a class, each test method will be run within a separate transaction.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation