48495051525354555657
} @Override protected void runChild(FrameworkMethod method, RunNotifier notifier) { Contexts contexts = CDI.current().select(Contexts.class).get(); contexts.startRequestScope(); super.runChild(method, notifier); contexts.stopRequestScope(); } }