public interface IContractService
| Modifier and Type | Method and Description |
|---|---|
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.
|
IFuture<Integer> doSomething(String a, int x, int y)
IIntermediateFuture<Integer> getIncreasingValue2()
IIntermediateFuture<Integer> getIncreasingValue()
Copyright © 2012. All Rights Reserved.