When building a test suite file and writing/adding various test cases, as soon as one of the function names that is added through this.addTest() is wrong, instead of showing an error in the log, none of the tests are executed anymore. Tracking down where the typo is, is now tricky, because the log gives no information which could help.