Merge pull request #1760 from winglam/formattest
Adding tests for org.openmrs.util.Format in org.openmrs.util.FormatTeā¦
Wing Lam <wing.c.lam@gmail.com>
8cd6e8c0cc8e1f849c9016e44fa6da534d51d3b3m
Adding tests for org.openmrs.util.Format in org.openmrs.util.FormatTest. The added tests calls org.openmrs.util.Format.format with nulls and valid arguments. I have added documentation for org.openmrs.util.Format and null check for its parameters. The tests in org.openmrs.util.FormatTest now passes.