這種「忽略」是指方法還沒有準備好進行測試,JUnit引擎會繞過(忽略)這個方法。 import org.junit.*;/** * JUnit Ignore Test * @author mkyong * */public class ...
確定! 回上一頁