Open magwas opened 5 years ago
Behaviour: Supporting functionality/filter votes;the output of the filter contains all votes with the given assurance
@tested_feature("Supporting functionality")
@tested_operation("filter votes")
@tested_behaviour("the output of the filter contains all votes with the given assurance")
A testable aspect of function: a set of pre- and postconditions.
Deviation in model
So we get a List castVotes as an incoming param and we send back a List result. However is not clear for me where can I find the given assurance?
szirbucz
Behaviour: Supporting functionality/filter votes;the output of the filter contains all votes with the given assurance
@tested_feature("Supporting functionality")
@tested_operation("filter votes")
@tested_behaviour("the output of the filter contains all votes with the given assurance")
A testable aspect of function: a set of pre- and postconditions.
Deviation in model