通过 IntelliJ IDEA 创建 FirstTest 测试类。编写如下代码:
import org.testng.annotations.Test; import static org.testng.AssertJUnit.assertEquals; public class