Package de.hsh.graja.modules.junit.api
Class NormalizerRuleTrailingSpacePerLine
java.lang.Object
student.testingsupport.StringNormalizer.NormalizerRule
student.testingsupport.StringNormalizer.RegexNormalizerRule
de.hsh.graja.modules.junit.api.NormalizerRuleTrailingSpacePerLine
A string normalizer for string comparisons that should ignore differences that result
from different or additional white spaces at the end of a line.
-
Constructor Summary
ConstructorsConstructorDescriptionThis will create a regular expression that will trim trailing white spaces from every line. -
Method Summary
Methods inherited from class student.testingsupport.StringNormalizer.RegexNormalizerRule
displayName, equals, hashCode, normalize
-
Constructor Details
-
NormalizerRuleTrailingSpacePerLine
public NormalizerRuleTrailingSpacePerLine()This will create a regular expression that will trim trailing white spaces from every line.
-