Errata

Unit Test Frameworks

Errata for Unit Test Frameworks

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 27
Figure 3-3

Both classes in the diagram are labelled TestFixture. The lower class should be label TestCase.

Anonymous   
Printed
Page 33
2nd paragraph

"With the additional message, the rest results..." should read
"With the additional message, the test results...". The word "rest" should be "test".

Anonymous   
Printed
Page 71
Figure 7-3

TestSucessListener class is misspelled (it's missing one 'c').

Anonymous   
Printed
Page 114
paragraph below code, 5th sentence

the text should be changed from:

"If it is FALSE, the function test_failure() is
called. This function reports the file location of the
failure and exits."

to:

"If it is FALSE, the file location of the failure is
reported, and the test terminates."

Anonymous