Package com.soebes.itf.extension.assertj
Class Helper
java.lang.Object
com.soebes.itf.extension.assertj.Helper
Helper class for
LogAssert
and MavenLogAssert
.- Author:
- Karl Heinz Marbaise
-
Field Summary
Modifier and TypeFieldDescriptionPrefix for each line which is logged inDEBUG
state.Prefix for each line which is logged inERROR
state.Prefix for each line which is logged inINFO
state.Prefix for each line which is logged inWARNING
state. -
Method Summary
-
Field Details
-
IS_DEBUG
Prefix for each line which is logged inDEBUG
state. -
IS_INFO
Prefix for each line which is logged inINFO
state. -
IS_WARNING
Prefix for each line which is logged inWARNING
state. -
IS_ERROR
Prefix for each line which is logged inERROR
state.
-
-
Method Details
-
logs
- Parameters:
path
- The location of the file which will be read as aStream
.- Returns:
- stream of
String
.
-