geri
NUnit test class what has functions Step1,Step2,Step3...
So after each step you want to validated the mocked classes / the result of the StepN function.
StepN only has sense if StepN-1 had run correctly.
(For now I'm just talking about the ideal "good behavior" like testing for
NotThrowException
and not for TestThrowException
")5 replies