package wx.wechat.service; import org.junit.Assert; import org.junit.Before; import org.junit.Test; /** * Created by apple on 16/6/7. */ /** * @function WXService的测试类 */ public class WXServiceTest { WXService wxService; @Before public void setUp() { this.wxService = new WXService(); } @Test public void test_convertToXML() { } }