Package io.github.cdiunit
Annotation Type InSessionScope
@InterceptorBinding
@Inherited
@Target({METHOD,TYPE})
@Retention(RUNTIME)
public @interface InSessionScope
Starts a session around the annotated method.
@Test @InSessionScope // This test will be run within the context of a session void testStart() { starship.start(); }