All Classes and Interfaces
Class
Description
Examples taken from Maven EAR Plugin
This integration tests shows some examples how to analyse the log output during a build.
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.The following test cases are related together cause they are sharing a common cache
MavenRepository
.A meta annotation which defines the used default options for all
test classes which are annotated by this annotation instead of
MavenJupiterExtension
.Example integration test to demonstrate the usage
of
@MavenProjectSources(resourcesUsage = NONE)
and create the appropriate project setup fully programmatically from within `@BeforeEach`
method.Example integration test to demonstrate the usage
of
@MavenProjectSources(sources = "com/soebes/itf/examples/mps/xyz")
.Example integration test to demonstrate the usage
of
@MavenProjectSources(sources = "com/soebes/itf/examples/mps/xyz")
.Example integration test to demonstrate the usage
of
@MavenProjectSources(sources = "com/soebes/itf/examples/mps/xyz")
.Example integration test to demonstrate the usage
of
@MavenProjectSources(resourcesUsage = NONE)
and create the appropriate project setup fully programmatically from within `@BeforeEach`
method.Example integration test for programmatically generated project setup
with a dynamically generated parts.
Example integration test to demonstrate the usage
of
@SystemProperty(..)
on a method level.Example integration test to demonstrate the usage
of
@SystemProperty(..)
on a class level.Example integration test to demonstrate the usage
of
@SystemProperty(..)
on a class level and to make
sure it's found on the class level.