Uses of Class
com.soebes.itf.extension.assertj.MavenCacheResultAssert
-
Uses of MavenCacheResultAssert in com.soebes.itf.extension.assertj
Modifier and TypeMethodDescriptionstatic MavenCacheResultAssert
MavenCacheResultAssert.assertThat
(MavenCacheResult actual) An entry point for MavenCacheResult to follow AssertJ standardassertThat()
statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();
static MavenCacheResultAssert
MavenITAssertions.assertThat
(MavenCacheResult actual) MavenExecutionResultAssert.cache()
This will give you access to themaven cache
directory of the project.