Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Range constructor uses string concatenation for assertion message. This would cause unnecessary string manipulation for all cases. Instead it should use the parametrized form which avoids the concatenation for normal cases