Commit Graph

3 Commits

Author SHA1 Message Date
Justin Albano
e67462412e BAEL-3153: Corrected name of foreign lower case variable in tests 2019-07-26 23:33:34 -04:00
Justin Albano
ffada1e2a7 BAEL-3153: Updated code format to match standard Baeldung format
Converted tabs into spaces
2019-07-25 07:57:20 -04:00
Justin Albano
4998ed9be4 BAEL-3153: Added test cases for String toLowerCase and toUpperCase
The toLowerCase and toUpperCase methods are simple enough that no new
classes are needed under the main/ directory. The included tests
exercise the changing of case for an English string using the default
locale, a foreign string using the default locale, and a foreign string
using a provided locale.
2019-07-23 11:07:32 -04:00