Package com.soebes.itf.examples.mps
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 Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
project_001
(com.soebes.itf.jupiter.maven.MavenExecutionResult result) (package private) void
project_002
(com.soebes.itf.jupiter.maven.MavenExecutionResult result)
-
Constructor Details
-
MavenProjectSourcesLocationOneIT
MavenProjectSourcesLocationOneIT()
-
-
Method Details
-
project_001
-
project_002
-