Creating Unit Tests Involving I/O?

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-04-23T14:11:43Z Indexed on 2010/04/23 14:13 UTC
Read the original article Hit count: 148

Filed under:

Should one create unit tests involving IO? Ie, testing a class method for serializing/deserializing another object?

© Stack Overflow or respective owner

Related posts about unit-testing