Please change the method name in the template : GetValues(String text) -> getValues(String text) There test cases missing: GetValues(A) -> AA GetValues("") -> "" GetValues(null) -> null or "" Kind regards, Annett
Please change the method name in the template : GetValues(String text) -> getValues(String text)
There test cases missing:
GetValues(A) -> AA
GetValues("") -> ""
GetValues(null) -> null or ""
Kind regards,
Annett