jirm icon indicating copy to clipboard operation
jirm copied to clipboard

update.execute() should return something better than just an int.

Open agentgt opened this issue 11 years ago • 0 comments

update...execute() should return something more useful than int. So you can do something like

.execute().expect(2).boolean()

or

.execute().expect(2).throwExceptionIfNot()

agentgt avatar Apr 05 '13 16:04 agentgt