{"id":54080,"library":"testng","title":"TestNG","description":"Testing framework for Java inspired by JUnit and NUnit, supporting annotations, data-driven testing, and parallel execution.","status":"active","version":"7.12.0","language":"java","source_language":null,"source_url":"https://github.com/testng-team/testng","tags":["testing","testng","unit-testing"],"install":[{"cmd":"<dependency>\n  <groupId>org.testng</groupId>\n  <artifactId>testng</artifactId>\n  <version>7.12.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.testng:testng:7.12.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Test","correct":"org.testng.annotations.Test"}],"quickstart":{"code":"import org.testng.annotations.Test;\nimport static org.testng.Assert.assertEquals;\n\npublic class ExampleTest {\n    @Test\n    public void testAddition() {\n        assertEquals(2, 1 + 1);\n    }\n}","lang":"java","description":"A simple TestNG test using the @Test annotation."},"warnings":[{"fix":"Use only TestNG annotations in TestNG tests; avoid importing JUnit annotations.","message":"TestNG annotations differ from JUnit; mixing them can cause confusion.","severity":"gotcha","affected_versions":">=6.0.0"}],"env_vars":null,"search_vec":"'annot':12 'data':14 'data-driven':13 'driven':15 'execut':19 'framework':3 'inspir':6 'java':5 'junit':8 'nunit':10 'parallel':18 'support':11 'test':2,16,20,24 'testng':1,21 'unit':23 'unit-test':22","created_at":"2026-06-15T08:33:03.904962+00:00","updated_at":"2026-06-15T08:33:03.904962+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://testng.org","github":"https://github.com/testng-team/testng","docs":"https://appdoc.app/artifact/org.testng/testng/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}