Junit測試private方法

Java代碼   package com.bill99.junit;      public class ACase {          private String echoRequest(String request) {           return "Hello!"+request;       }              private String echoRequest() 
相關文章
相關標籤/搜索