TestNG教程二:testNG常用测试类型

1.异常测试 package com.testngdemo; import org.testng.annotations.Test; public class test {   @Test(expectedExceptions = ArithmeticException.class )   public void divisionWithException() {       int i = 1
相关文章
相关标签/搜索