Package com.soebes.itf.examples.mps
Class MavenProjectSourcesLocationThreeIT
java.lang.Object
com.soebes.itf.examples.mps.MavenProjectSourcesLocationThreeIT
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) (package private) void
project_003
(com.soebes.itf.jupiter.maven.MavenExecutionResult result)
-
Constructor Details
-
MavenProjectSourcesLocationThreeIT
MavenProjectSourcesLocationThreeIT()
-
-
Method Details
-
project_001
@MavenTest @MavenProjectSources(sources="com/soebes/itf/examples/mps/xyz") void project_001(com.soebes.itf.jupiter.maven.MavenExecutionResult result) -
project_002
@MavenTest @MavenProjectSources(sources="com/soebes/itf/examples/mps/xyz") 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)
-