I am currently writing test cases for a new object similar to tasks, it is quite cumbersome to write so many classes for the sole purpose of testing e.g. TaskBuilder, TypicalTask. If I were to write test cases that are effective but not as well written as those in AB will I be penalised?
I am currently writing test cases for a new object similar to tasks, it is quite cumbersome to write so many classes for the sole purpose of testing e.g. TaskBuilder, TypicalTask. If I were to write test cases that are effective but not as well written as those in AB will I be penalised?
An example of such code is as follows: