- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for mergeContributor_Roles (0.12 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java
target.setRoles( Arrays.asList( "first", "second", "third" ) ); Contributor source = new Contributor(); source.setRoles( Arrays.asList( "first", "second", "third" ) ); modelMerger.mergeContributor_Roles( target, source, true, null ); assertThat( target.getRoles(), contains( "first", "second", "third" ) ); } @Test public void mergeUrl() {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.3K bytes - Viewed (0)