{"id":65854,"library":"k3po-junit","title":"K3PO JUnit","description":"JUnit integration for K3PO, a network protocol testing framework that enables scripted interaction with network services.","status":"active","version":"5.0.6","language":"java","source_language":null,"source_url":"https://github.com/k3po/k3po","tags":["testing","network","protocol","junit"],"install":[{"cmd":"<dependency>\n  <groupId>org.kaazing</groupId>\n  <artifactId>k3po.junit</artifactId>\n  <version>5.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.kaazing:k3po.junit:5.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Specification","correct":"org.kaazing.k3po.junit.annotation.Specification"}],"quickstart":{"code":"import org.junit.Test;\nimport org.junit.runner.RunWith;\nimport org.kaazing.k3po.junit.annotation.Specification;\nimport org.kaazing.k3po.junit.rules.K3poRule;\n\n@RunWith(K3poRule.class)\npublic class MyTest {\n    @Test\n    @Specification(\"path/to/script\")\n    public void testProtocol() {\n        // Test logic\n    }\n}","lang":"java","description":"Using K3PO JUnit rule to run a protocol test script."},"warnings":[{"fix":"Ensure K3PO dependencies and a running K3PO robot are configured.","message":"K3PO requires a separate K3PO driver or robot to execute scripts; not standalone.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'enabl':13 'framework':11 'integr':4 'interact':15 'junit':2,3,22 'k3po':1,6 'network':8,17,20 'protocol':9,21 'script':14 'servic':18 'test':10,19","created_at":"2026-06-17T17:15:57.711187+00:00","updated_at":"2026-06-17T17:15:57.711187+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://github.com/kaazing/k3po","github":"https://github.com/k3po/k3po","docs":"https://appdoc.app/artifact/org.kaazing/k3po.junit/","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-17","next_check":"2026-12-14","install_tag":null}}