org.test4j.module.jmockit.extend
类 InvokeTimes
java.lang.Object
org.test4j.module.jmockit.extend.ExpectationsResult
org.test4j.module.jmockit.extend.InvokeTimes
public class InvokeTimes
- extends ExpectationsResult
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callExactly
public ExpectationsResult callExactly(int times)
callMinimal
public ExpectationsResult callMinimal(int times)
callMaximal
public ExpectationsResult callMaximal(int times)
callBetween
public ExpectationsResult callBetween(int minTimes,
int maxTimes)
callIgnoreTimes
public ExpectationsResult callIgnoreTimes()
- the expected API will be allowing call any times
- 返回:
callNeverOccur
public void callNeverOccur()
- the expected API will be never call
Copyright © 2013. All rights reserved.