Unit testing directory structure

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-05-11T18:52:22Z Indexed on 2010/05/12 9:24 UTC
Read the original article Hit count: 159

Huge project tons of classes and directories.

Do I make my unit test project mirror these directories or do I put them all at the root directory?

Somewhat annoying to have to make directory changes and class name changes twice.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about best-practices