Package io.agroal.test
Class AgroalTestGroup
- java.lang.Object
-
- io.agroal.test.AgroalTestGroup
-
public final class AgroalTestGroup extends Object
- Author:
- Luis Barreiro
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONCURRENCYstatic StringFUNCTIONALstatic StringOSGIstatic StringSPRINGstatic StringTRANSACTION
-
-
-
Field Detail
-
FUNCTIONAL
public static final String FUNCTIONAL
- See Also:
- Constant Field Values
-
TRANSACTION
public static final String TRANSACTION
- See Also:
- Constant Field Values
-
CONCURRENCY
public static final String CONCURRENCY
- See Also:
- Constant Field Values
-
OSGI
public static final String OSGI
- See Also:
- Constant Field Values
-
SPRING
public static final String SPRING
- See Also:
- Constant Field Values
-
-