Package de.hsh.graja.modules.junit.api
Class NormalizerRuleIgnoreLeadingNewlines
java.lang.Object
student.testingsupport.StringNormalizer.NormalizerRule
student.testingsupport.StringNormalizer.RegexNormalizerRule
de.hsh.graja.modules.junit.api.NormalizerRuleIgnoreLeadingNewlines
A string normalizer for string comparisons that should ignore differences on leading line breaks.
-
Constructor Summary
ConstructorsConstructorDescriptionThis will create a regular expression that will trim leading new lines as a normalization operation. -
Method Summary
Methods inherited from class student.testingsupport.StringNormalizer.RegexNormalizerRule
displayName, equals, hashCode, normalize
-
Constructor Details
-
NormalizerRuleIgnoreLeadingNewlines
public NormalizerRuleIgnoreLeadingNewlines()This will create a regular expression that will trim leading new lines as a normalization operation.
-