TestNG教程二:testNG常用測試類型

1.異常測試 package com.testngdemo; import org.testng.annotations.Test; public class test {   @Test(expectedExceptions = ArithmeticException.class )   public void divisionWithException() {       int i = 1
相關文章
相關標籤/搜索