Timeline for Unit test structure focused on responsibilities
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 7, 2015 at 15:56 | comment | added | astreltsov | I absolutely agree with your understanding of prerequisites and think it's a good name (and widely used for this kind of thing). | |
| Nov 7, 2015 at 15:40 | comment | added | t3chb0t | This sounds sensible although prerequisites are for me not the same as invalid data. To me a prerequisite must be met to so that a method can begin its work (here file name must not be null and the file must exist). But I admit it's not easy to diversify. Maybe I should call it defences instead of prerequisites ;-) I think prerequisites is a good name. However you're right that usage is a wide concept and perhaps it would be better to split into invalid and valid input. | |
| Nov 7, 2015 at 15:07 | history | answered | astreltsov | CC BY-SA 3.0 |