- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestAPI (0.04 sec)
-
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; @PlexusTest class TestApi { Session session; @Inject RepositorySystem repositorySystem; @Inject org.apache.maven.project.ProjectBuilder projectBuilder; @InjectRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 10.2K bytes - Viewed (0) -
impl/maven-core/pom.xml
<scope>test</scope> </dependency> <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <scope>test</scope> </dependency> <!-- Used in TestApi --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-toolchain-builder</artifactId> <scope>test</scope> </dependency> </dependencies> <build>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0)