Annotation Type BytecodeEnhanced
-
@Inherited @Retention(RUNTIME) @ExtendWith(BytecodeEnhancementExtension.class) public @interface BytecodeEnhanced
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrunNotEnhancedAsWellIf set to true, the test will be executed with and without bytecode enhancement within the same execution.Class<?>[]testEnhancedClassesEntity classes will be checked whether they were enhanced or not depending on the context the test is executed in.
-
-
-
-
testEnhancedClasses
Class<?>[] testEnhancedClasses
Entity classes will be checked whether they were enhanced or not depending on the context the test is executed in. Enhancement check simply verifies that the class has any methods starting with$$_hibernate_- Default:
- {}
-
-