Class: MemberVariableStub
Represents an object that allows stubbing member variables retrieved.
Constructor
Gets invoked during the stub registration.
init (object{} mockObject)
- mockObject object{}
Object to register
Methods
thenReturn | Sets the value to be returned when the function is called. |