public class ConditionAgent extends Object implements IContractService
| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionAgent.DetectionListener<E>
Helper class for interpreting results.
|
| Constructor and Description |
|---|
ConditionAgent() |
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
body()
The body.
|
IFuture<Integer> |
doSomething(String a,
int x,
int y)
Test method for @CheckNotNull and @CheckState.
|
IIntermediateFuture<Integer> |
getIncreasingValue()
Test method for @CheckState with intermediate results.
|
IIntermediateFuture<Integer> |
getIncreasingValue2()
Test method for @CheckState with intermediate results.
|
IFuture<String> |
getName(int idx,
List<String> names)
Test method for @CheckIndex.
|
public IFuture<Integer> doSomething(String a, int x, int y)
doSomething in interface IContractServicepublic IFuture<String> getName(int idx, List<String> names)
getName in interface IContractServicepublic IIntermediateFuture<Integer> getIncreasingValue()
getIncreasingValue in interface IContractServicepublic IIntermediateFuture<Integer> getIncreasingValue2()
getIncreasingValue2 in interface IContractServiceCopyright © 2013. All Rights Reserved.