Tagged Questions
4
votes
3answers
535 views
Unit testing Visitor pattern architecture
I've introduced visitors as one of core architecture ideas in one of my apps. I have several visitors that operate on a same stuff. Now, how should I test it? Some tests I'm thinking of are a bit ...