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

Method setTitle

src/test/java/dataentities/Photo.java:34–36  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

32 }
33
34 public void setTitle(String title) {
35 this.title = title;
36 }
37
38 public String getUrl() {
39 return url;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected