282283284285286287288289290291292
Object[] mocks = {command, validator }; replay(mocks); validator.unsupported(command); verify(mocks); } }