[ etiona-security ]
[ etiona-updates ]
[ nabia-security ]
[ nabia-updates ]
[ aramo-security ]
[ aramo-updates ]
[ 原始碼: testng7 ]
套件: libtestng7-java (7.5~us1-0ubuntu1~22.04)
libtestng7-java 的相關超連結
Trisquel 的資源:
下載原始碼套件 testng7:
- [testng7_7.5~us1-0ubuntu1~22.04.dsc]
- [testng7_7.5~us1.orig.tar.gz]
- [testng7_7.5~us1-0ubuntu1~22.04.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Eugene Zhukov
- Vladimir Petko
外部的資源:
- 主頁 [testng.org]
相似套件:
testing framework for Java
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as:
* Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing.TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc.