Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testProxiedSessionScopedBean (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/test/java/org/apache/maven/session/scope/SessionScopeProxyTest.java

    public class SessionScopeProxyTest {
    
        @Mock
        Session session;
    
        @Inject
        SessionScope sessionScope;
    
        @Inject
        PlexusContainer container;
    
        @Test
        void testProxiedSessionScopedBean() throws ComponentLookupException {
            ComponentLookupException e =
                    assertThrows(ComponentLookupException.class, () -> container.lookup(MySingletonBean2.class));
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top