protected class BaseTrainer.WhenObjectArray<R> extends BaseTrainer.BaseWhen<R[]>
Modifier and Type | Field and Description |
---|---|
protected Class<? extends R> |
componentType |
Modifier | Constructor and Description |
---|---|
protected |
BaseTrainer.WhenObjectArray(Class<? extends R> componentType) |
Modifier and Type | Method and Description |
---|---|
BaseTrainer.StubArrayBuilder<R> |
thenBuildArray() |
S |
thenReturn(R... values) |
then, thenAnswer, thenThrow, thenThrow
protected final Class<? extends R> componentType
protected BaseTrainer.WhenObjectArray(Class<? extends R> componentType)
public S thenReturn(R... values)
public BaseTrainer.StubArrayBuilder<R> thenBuildArray()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.