-
Notifications
You must be signed in to change notification settings - Fork 460
StubExampleConsumer
pozil edited this page Nov 14, 2024
·
5 revisions
private stub
public StubExampleConsumer(StubExample stub)
Name | Type | Description |
---|---|---|
stub | StubExample |
public Boolean getIsTrue()
Boolean
public String getGreeting()
String
public void setGreeting(String greeting)
Name | Type | Description |
---|---|---|
greeting | String |
void
public void setGreeting(Integer someInt)
Name | Type | Description |
---|---|---|
someInt | Integer |
void
public void setGreeting(Boolean someBoolean)
Name | Type | Description |
---|---|---|
someBoolean | Boolean |
void