????1. ????
????????????????????????????????????????????????????????????????????????????????????????????????????????????????????ò?????????????????????????????????????????????????????????????????????????????????????????????????Ч???EasyMock??????????????????????????÷???????????????????????????Ч??????
????2. ???????
????Easymock 3.2 + JUnit 4.11
????3. ????????
????a) ??????
????i. ????????????????????????????????????????????????????????????????????
????ii. ?????????????????????????????????????????????????????????????????????????д??
????iii. ???????????????????????????????????????????????????????????????????????????????????????????EasyMock.......
????b) ???????
????i. ?????????????

 

/**
* Copyright ? 2008-2013?? WheatMark?? All Rights Reserved
*/
package com.fitweber.wheat.interfaces;
/**
* ????????????
* @author wheatmark hajima11@163.com
* @Blog http://blog.csdn.net/super2007
* @version 1.00.00
* @project wheatMock
* @file com.fitweber.wheat.interfaces.IPersonalIncomeTax.java
* @bulidDate 2013-9-1
* @modifyDate 2013-9-1
* <pre>
*    ?????
*    ????汾:     ??????  ???????:     ???????:
* </pre>
*/
public interface IPersonalIncomeTax {
/**
* ???????????????????2013??7?????
* @param income
* @param deductedBeforeTax
* @return
*/
public double calculate(double income??double deductedBeforeTax);
}

????ii. ???????м????????