Feed4TestNG

码农软件 · 软件分类 · 单元测试工具 · 2019-11-19 16:11:44

软件介绍

Feed4TestNG 使得可以编写参数化的 TestNG 测试用例。

示例代码:

public class LoginTest extends FeedTest {
    @Test(dataProvider = "feeder")
    @Source("userlogin.csv")
    public void testLogin(String name, String password) {
        System.out.println("name:" + name + " password:" + password);
    }
}

本文地址:https://codercto.com/soft/d/19341.html

Algorithms Unlocked

Algorithms Unlocked

Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具