Skip to content

StubExample

pozil edited this page Nov 14, 2024 · 6 revisions

StubExample Class

Fields

isTrue

Signature

public isTrue

Type

Boolean


greeting

Signature

public greeting

Type

String


notMocked

Signature

public notMocked

Type

Boolean

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(greeting)

Signature

public void setGreeting(Integer greeting)

Parameters

Name Type Description
greeting Integer

Return Type

void

Clone this wiki locally