Uses of Class
com.soebes.itf.extension.assertj.MavenProjectResultAssert
-
Uses of MavenProjectResultAssert in com.soebes.itf.extension.assertj
Modifier and TypeMethodDescriptionArchiveAssert.and()
static MavenProjectResultAssert
MavenITAssertions.assertThat
(MavenProjectResult actual) static MavenProjectResultAssert
MavenProjectResultAssert.assertThat
(MavenProjectResult actual) An entry point for MavenExecutionResultAssert to follow AssertJ standardassertThat()
statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();
A module can have a `target` directory or but in contradiction to a an aggregator project which does not have a `target` directory.MavenProjectResultAssert.hasTarget()
MavenExecutionResultAssert.project()
This will give you access to theproject
directory of the project which is under test.MavenProjectResultAssert.withModule
(String moduleName) ModifierConstructorDescription(package private)
ArchiveAssert
(Path earFile, org.apache.maven.model.Model model, MavenProjectResultAssert parent)