bastion-dev / Bastion

Java test library for HTTP APIs
http://bastion.rocks
GNU General Public License v3.0
13 stars 8 forks source link

#52: Added checking to ensure Bastion builder methods get called in the correct order during runtime. #85

Closed KPull closed 7 years ago

KPull commented 7 years ago

I've added checks to the various Bastion builder methods to ensure that they get called in the correct order and that they are not called more than once.

This fixes #52.

KPull commented 7 years ago

@maria-camenzuli I've made more changes as suggested. Please review again.

KPull commented 7 years ago

Thanks for your review, @maria-camenzuli! :)