Listing B
Case 1: Input is null. Output should not be null but an empty String.
    public void testNotNull() {
        assertNotNull("Is Not Null", FormatDate.formatDate(null));
    }