Class MavenProjectSourcesLocationOneIT

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

@MavenJupiterExtension @MavenProjectSources(sources="com/soebes/itf/examples/mps/xyz") class MavenProjectSourcesLocationOneIT 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

    • MavenProjectSourcesLocationOneIT

      MavenProjectSourcesLocationOneIT()
  • 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)