Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertThrowsExactly (0.53 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java

    import static org.junit.jupiter.api.Assertions.assertInstanceOf;
    import static org.junit.jupiter.api.Assertions.assertNotNull;
    import static org.junit.jupiter.api.Assertions.assertNull;
    import static org.junit.jupiter.api.Assertions.assertThrowsExactly;
    
    /**
     * UT for {@link DefaultRepositorySystemSessionFactory}.
     */
    @PlexusTest
    public class DefaultRepositorySystemSessionFactoryTest {
        @Inject
        protected MavenRepositorySystem mavenRepositorySystem;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jan 10 08:42:00 UTC 2025
    - 19.1K bytes
    - Viewed (0)
Back to top