Uses of Class
com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
Uses of MavenExecutionResultAssert in com.soebes.itf.extension.assertj
Methods in com.soebes.itf.extension.assertj that return MavenExecutionResultAssertModifier and TypeMethodDescriptionstatic MavenExecutionResultAssertMavenExecutionResultAssert.assertThat(MavenExecutionResult actual) An entry point for MavenExecutionResultAssert to follow AssertJ standardassertThat()statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();static MavenExecutionResultAssertMavenITAssertions.assertThat(MavenExecutionResult actual) MavenExecutionResultAssert.isFailure()MavenExecutionResultAssert.isSuccessful()