608609610611612613614615616617618
assertEquals("foo", another.getInterceptorState()); assertEquals("hello world", stateful.getInterceptorState()); assertFalse(stateful.testSessionContext()); stateful.testResources(); stateless.testInjection(); service.testInjection(); }