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