- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMultiKeyInstance (0.19 sec)
-
impl/maven-core/src/test/java/org/apache/maven/execution/scope/internal/MojoExecutionScopeTest.java
assertSame(o1, scope.scope(Key.get(Object.class), () -> null).get()); scope.exit(); assertThrows(IllegalStateException.class, () -> scope.exit()); } @Test void testMultiKeyInstance() throws Exception { MojoExecutionScope scope = new MojoExecutionScope(); scope.enter(); final AtomicInteger beforeExecution = new AtomicInteger();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0)