Index
All Classes and Interfaces|All Packages
A
- and() - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
- ArchiveAssert - Class in com.soebes.itf.extension.assertj
-
Assertions related to Archives like
jar
,war
- ArchiveAssert(Path, Model, MavenProjectResultAssert) - Constructor for class com.soebes.itf.extension.assertj.ArchiveAssert
- assertThat(MavenCacheResult) - Static method in class com.soebes.itf.extension.assertj.MavenCacheResultAssert
-
An entry point for MavenCacheResult to follow AssertJ standard
assertThat()
statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();
- assertThat(MavenCacheResult) - Static method in class com.soebes.itf.extension.assertj.MavenITAssertions
- assertThat(MavenExecutionResult) - Static method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
An entry point for MavenExecutionResultAssert to follow AssertJ standard
assertThat()
statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();
- assertThat(MavenExecutionResult) - Static method in class com.soebes.itf.extension.assertj.MavenITAssertions
- assertThat(MavenLog) - Static method in class com.soebes.itf.extension.assertj.MavenITAssertions
- assertThat(MavenProjectResult) - Static method in class com.soebes.itf.extension.assertj.MavenITAssertions
- assertThat(MavenProjectResult) - Static method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
-
An entry point for MavenExecutionResultAssert to follow AssertJ standard
assertThat()
statements.
With a static import, one's can write directly :assertThat(result).isSuccessful();
C
- cache() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
This will give you access to the
maven cache
directory of the project. - com.soebes.itf.extension.assertj - package com.soebes.itf.extension.assertj
- contains(List<String>) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- containsOnly(String...) - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
- containsOnlyOnce(String...) - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
- containsOnlyOnce(List<String>) - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
D
- debug() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Will give you back the stdout and removes the prefix "[DEBUG] " from all lines.
- debug() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Will give you back the stdout and removes the prefix "[DEBUG] " from all lines.
- doesNotContain(String...) - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
E
- err() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
This will give you access to the
stderr
of the Maven build. - error() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Will read the stdout and removes the prefix
"[ERROR] "
. - error() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Will read the stdout and removes the prefix "[ERROR] ".
G
H
- has(String) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- hashCode() - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
-
Always returns 1.
- hashCode() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Always returns 1.
- hashCode() - Method in class com.soebes.itf.extension.assertj.MavenCacheResultAssert
-
Always returns 1.
- hashCode() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
Always returns 1.
- hashCode() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Always returns 1.
- hashCode() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
-
Always returns 1.
- hasModule(String) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
-
A module can have a `target` directory or but in contradiction to a an aggregator project which does not have a `target` directory.
- hasTarget() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- Helper - Class in com.soebes.itf.extension.assertj
-
Helper class for
LogAssert
andMavenLogAssert
.
I
- ignoreManifest() - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
- ignoreMavenFiles() - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
-
This will ignore the files within an archive META-INF/maven/<groupId>/<artifactId>/pom.xml META-INF/maven/<groupId>/<artifactId>/pom.properties
- info() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Will give you back the stdout and removes the prefix
"[INFO] "
(including the single space) from all lines. - info() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Will give you back the stdout and removes the prefix "[INFO] " from all lines.
- IS_DEBUG - Static variable in class com.soebes.itf.extension.assertj.Helper
-
Prefix for each line which is logged in
DEBUG
state. - IS_ERROR - Static variable in class com.soebes.itf.extension.assertj.Helper
-
Prefix for each line which is logged in
ERROR
state. - IS_INFO - Static variable in class com.soebes.itf.extension.assertj.Helper
-
Prefix for each line which is logged in
INFO
state. - IS_WARNING - Static variable in class com.soebes.itf.extension.assertj.Helper
-
Prefix for each line which is logged in
WARNING
state. - isEqualTo(Object) - Method in class com.soebes.itf.extension.assertj.ArchiveAssert
- isEqualTo(Object) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- isFailure() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
- isSuccessful() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
L
- LogAssert - Class in com.soebes.itf.extension.assertj
-
Assertions related to logging output of Maven.
- LogAssert(LogClass) - Constructor for class com.soebes.itf.extension.assertj.LogAssert
-
Create an instance of LogAssert.
- LogClass - Class in com.soebes.itf.extension.assertj
- LogClass(Path) - Constructor for class com.soebes.itf.extension.assertj.LogClass
- logs(Path) - Static method in class com.soebes.itf.extension.assertj.Helper
M
- MavenCacheResultAssert - Class in com.soebes.itf.extension.assertj
- MavenCacheResultAssert(MavenCacheResult) - Constructor for class com.soebes.itf.extension.assertj.MavenCacheResultAssert
- MavenExecutionResultAssert - Class in com.soebes.itf.extension.assertj
- MavenExecutionResultAssert(MavenExecutionResult) - Constructor for class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
- MavenITAssertions - Class in com.soebes.itf.extension.assertj
-
Entry point to all Maven specific assertions needed in integration testing.
- MavenLogAssert - Class in com.soebes.itf.extension.assertj
- MavenLogAssert(MavenLog) - Constructor for class com.soebes.itf.extension.assertj.MavenLogAssert
-
Create instance of MavenLogAssert.
- MavenProjectResultAssert - Class in com.soebes.itf.extension.assertj
- MavenProjectResultAssert(MavenProjectResult) - Constructor for class com.soebes.itf.extension.assertj.MavenProjectResultAssert
O
- out() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
This will give you access to the
stdout
of the Maven build.
P
- plain() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Will read the stdout without any filtering etc.
- plain() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Will read the stdout without any filtering etc.
- project() - Method in class com.soebes.itf.extension.assertj.MavenExecutionResultAssert
-
This will give you access to the
project
directory of the project which is under test.
W
- warn() - Method in class com.soebes.itf.extension.assertj.LogAssert
-
Will read the stdout and removes the prefix
"[WARNING] "
. - warn() - Method in class com.soebes.itf.extension.assertj.MavenLogAssert
-
Will read the stdout and removes the prefix "[WARNING] ".
- withEarFile() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- withFile(String) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- withJarFile() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- withModule(String) - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- withRarFile() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
- withWarFile() - Method in class com.soebes.itf.extension.assertj.MavenProjectResultAssert
All Classes and Interfaces|All Packages