Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Make specifications immutable #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should follow:
* Specification - getters
* BddSpecification implements Specification - "setters" for Bdd style
* BuilderSpecification implements Specification - "setters" for Builder style

Setters does not mutate the state but return a new instance of the spec.

Original issue reported on code.google.com by johan.ha...@gmail.com on 8 Nov 2011 at 11:40