Challenge: Adding an Automated Test
Test yourself by adding an automated test.
We'll cover the following...
In the following setup, we have a class called TextProcessor
in the MainApp
project. This class has the CountNotWhitespaceCharacters()
method, which accepts a nullable string as an input parameter and returns the ...