Package org.jboss.byteman.contrib.bmunit
Annotation Type WithByteman
-
@Target(TYPE) @Retention(RUNTIME) @ExtendWith({BMUnit5ConfigHandler.class,BMUnit5MultiScriptHandler.class,BMUnit5SingleScriptHandler.class,BMUnit5MultiRuleHandler.class,BMUnit5SingleRuleHandler.class}) public @interface WithByteman
Meta Annotation to wire all the BMUnit annotations to JUnit5 tests. When updating from JUnit4, @WithByteman replaces @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class)