protected class BaseTrainer.WhenObject<R> extends BaseTrainer.BaseWhen<R>
Modifier | Constructor and Description |
---|---|
protected |
BaseTrainer.WhenObject() |
Modifier and Type | Method and Description |
---|---|
S |
thenReturn(R value) |
S |
thenStub(BaseTrainer<?,R> trainer) |
then, thenAnswer, thenThrow, thenThrow
protected BaseTrainer.WhenObject()
public S thenReturn(R value)
public S thenStub(BaseTrainer<?,R> trainer)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.