Should you unit test the return value of Hardcode Properties?

Posted by James Armstead on Stack Overflow See other posts from Stack Overflow or by James Armstead
Published on 2010-03-17T02:43:05Z Indexed on 2010/03/17 2:51 UTC
Read the original article Hit count: 390

Filed under:
|

Should we be testing values that we already know the answer to?

If a value is important enough to be a dedicated hard code value then should should it be important enough of to change a test at the same time as the value? or is this just overkill?!

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about testing