Keeping with a proper testing technique, we write methods to ensure they are testable – most
simply by having the method return a value. Additionally, we predetermine the “answer”
that is returned when the method is called with certain parameters so that our testing returns
that predetermined value. Another good testing technique is to use the simplest set of input
that could possibly test your situation – it’s better not to input values that cause complex,