Skip to content

StubExampleConsumer

pozil edited this page Nov 14, 2024 · 5 revisions

StubExampleConsumer Class

Fields

stub

Signature

private stub

Type

StubExample

Constructors

StubExampleConsumer(stub)

Signature

public StubExampleConsumer(StubExample stub)

Parameters

Name Type Description
stub StubExample

Methods

getIsTrue()

Signature

public Boolean getIsTrue()

Return Type

Boolean


getGreeting()

Signature

public String getGreeting()

Return Type

String


setGreeting(greeting)

Signature

public void setGreeting(String greeting)

Parameters

Name Type Description
greeting String

Return Type

void


setGreeting(someInt)

Signature

public void setGreeting(Integer someInt)

Parameters

Name Type Description
someInt Integer

Return Type

void


setGreeting(someBoolean)

Signature

public void setGreeting(Boolean someBoolean)

Parameters

Name Type Description
someBoolean Boolean

Return Type

void

Clone this wiki locally