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.

  • 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

      @MavenTest void packaging_includes(com.soebes.itf.jupiter.maven.MavenExecutionResult result)