String toLowerCase(String input) { if (isInTest) { return input; } else { return _caseMappingImpl.toLowerCase(input); } }