Class MavenProjectSourcesLocationTwoIT

java.lang.Object
com.soebes.itf.examples.mps.MavenProjectSourcesLocationTwoIT

@MavenJupiterExtension @MavenProjectSources(sources="com/soebes/itf/examples/mps/xyz") class MavenProjectSourcesLocationTwoIT extends Object
Example integration test to demonstrate the usage of @MavenProjectSources(sources = "com/soebes/itf/examples/mps/xyz"). The given project is defined in the given directory instead of being extracted from the directory based on the package name of the current integration test class and its method name.
Author:
Karl Heinz Marbaise
  • Constructor Details

    • MavenProjectSourcesLocationTwoIT

      MavenProjectSourcesLocationTwoIT()
  • Method Details

    • project_001

      @MavenTest void project_001(com.soebes.itf.jupiter.maven.MavenExecutionResult result)
    • project_002

      @MavenTest void project_002(com.soebes.itf.jupiter.maven.MavenExecutionResult result)
    • project_003

      @MavenTest @MavenProjectSources(sources="com/soebes/itf/examples/mps/xyzp3") void project_003(com.soebes.itf.jupiter.maven.MavenExecutionResult result)