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
FieldsModifier and TypeFieldDescriptionPrefix for each line which is logged inDEBUGstate.Prefix for each line which is logged inERRORstate.Prefix for each line which is logged inINFOstate.Prefix for each line which is logged inWARNINGstate. -
Method Summary
-
Field Details
-
IS_DEBUG
Prefix for each line which is logged inDEBUGstate. -
IS_INFO
Prefix for each line which is logged inINFOstate. -
IS_WARNING
Prefix for each line which is logged inWARNINGstate. -
IS_ERROR
Prefix for each line which is logged inERRORstate.
-
-
Method Details
-
logs
- Parameters:
path- The location of the file which will be read as aStream.- Returns:
- stream of
String.
-