As a maintainer,
I want the basic tests for the sayHello method in HelloWorld to be more robust,
so that I can have greater confidence when I use them for regression testing after I make updates to the code.
The existing tests for sayHello are limited, each uses only exactly length 5 strings of lower case letters from the first 128 characters of UTF-8.
It would be beneficial to have tests that check more cases, such as very long strings and strings with characters outside of the 26 lower-case letters.
References:
https://en.wikipedia.org/wiki/UTF-8
Acceptance Criteria
As a maintainer,
I want the basic tests for the sayHello method in HelloWorld to be more robust,
so that I can have greater confidence when I use them for regression testing after I make updates to the code.
The existing tests for sayHello are limited, each uses only exactly length 5 strings of lower case letters from the first 128 characters of UTF-8.
It would be beneficial to have tests that check more cases, such as very long strings and strings with characters outside of the 26 lower-case letters.
References:
https://en.wikipedia.org/wiki/UTF-8
Acceptance Criteria