elharo commented on code in PR #2462:
URL: https://github.com/apache/maven/pull/2462#discussion_r2136349535
##########
impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java:
##########
@@ -215,4 +248,1071 @@ void testAddDotFile() {
private void assertNoNulls(List<String> elements) {
assertFalse(elements.contains(null));
}
+
+ @Test
+ void shouldReturnCachedArtifactsWhenArtifactsNotNull() {
+ ArtifactHandler handler = new DefaultArtifactHandler("jar");
Review Comment:
should probably make handler and project fixtures; i.e. fields
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]