aslak

Arquillian - ApplicationScope

Apr 26th, 2010
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Inject
  2. BeanManager manager;
  3.  
  4. @Test
  5. public void test() {
  6. System.out.println("Scope: " + manager.getContext(ApplicationScoped.class));
  7. }
  8.  
  9. Scope: Active application context holding 8 instances
Add Comment
Please, Sign In to add comment