MCPcopy Create free account
hub / github.com/basdijkstra/rest-assured-workshop / setState

Method setState

src/test/java/dataentities/Address.java:42–44  ·  view source on GitHub ↗
(String state)

Source from the content-addressed store, hash-verified

40 }
41
42 public void setState(String state) {
43 this.state = state;
44 }
45
46 public String getZipCode() {
47 return zipCode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected