Package com.soebes.itf.examples
Class MavenIntegrationExampleNestedGlobalRepoIT
java.lang.Object
com.soebes.itf.examples.MavenIntegrationExampleNestedGlobalRepoIT
@MavenJupiterExtension
@MavenRepository
class MavenIntegrationExampleNestedGlobalRepoIT
extends Object
The 
@Execution(ExecutionMode.SAME_THREAD needs to be defined cause otherwise all three test cases run in
 parallel and will influence each other which would result in failures.
 
 Based on convenience we have put the usage of @Execution(ExecutionMode.SAME_THREAD into the
 MavenRepository annotation which makes it easier to use.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription(package private) voidbeforeEachOne(com.soebes.itf.jupiter.maven.MavenExecutionResult result) (package private) voidbeforeEachTwo(com.soebes.itf.jupiter.maven.MavenExecutionResult result) (package private) voidpackaging_includes(com.soebes.itf.jupiter.maven.MavenExecutionResult result)  
- 
Constructor Details
- 
MavenIntegrationExampleNestedGlobalRepoIT
MavenIntegrationExampleNestedGlobalRepoIT() 
 - 
 - 
Method Details
- 
beforeEachOne
@BeforeEach void beforeEachOne(com.soebes.itf.jupiter.maven.MavenExecutionResult result)  - 
beforeEachTwo
@BeforeEach void beforeEachTwo(com.soebes.itf.jupiter.maven.MavenExecutionResult result)  - 
packaging_includes
 
 -