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

Method Address

src/test/java/dataentities/Address.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 private String zipCode;
9
10 public Address() {
11 // This constructor is only added for deserialization purposes
12 // It should not be called directly
13 }
14
15 public Address(String street, String city, String state, String zipCode) {
16 this.street = street;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected