protected static final class AbstractTestCase.MockInvocationBuilder extends Object implements org.apache.commons.lang3.builder.Builder<Invocation>
| Constructor and Description |
|---|
AbstractTestCase.MockInvocationBuilder(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
build() |
AbstractTestCase.MockInvocationBuilder |
returning(Object value) |
AbstractTestCase.MockInvocationBuilder |
withArguments(Object... arguments) |
public AbstractTestCase.MockInvocationBuilder(Method method)
public AbstractTestCase.MockInvocationBuilder withArguments(Object... arguments)
public AbstractTestCase.MockInvocationBuilder returning(Object value)
public Invocation build()
build in interface org.apache.commons.lang3.builder.Builder<Invocation>Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.