{"id":54395,"library":"akka-testkit-2-11","title":"Akka TestKit","description":"Akka TestKit provides utilities for testing actors and other Akka components.","status":"active","version":"2.5.32","language":"java","source_language":null,"source_url":"https://github.com/akka/akka","tags":["akka","testing","actors"],"install":[{"cmd":"<dependency>\n  <groupId>com.typesafe.akka</groupId>\n  <artifactId>akka-testkit_2.11</artifactId>\n  <version>2.5.32</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.typesafe.akka:akka-testkit_2.11:2.5.32'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"TestKit","correct":"akka.testkit.TestKit"}],"quickstart":{"code":"import akka.testkit.TestKit;\nimport akka.actor.ActorSystem;\nimport org.junit.Test;\n\npublic class ExampleTest extends TestKit {\n    public ExampleTest() {\n        super(ActorSystem.create());\n    }\n\n    @Test\n    public void testSomething() {\n        // Test code here\n    }\n}","lang":"java","description":"Extends TestKit to write actor tests with JUnit."},"warnings":[{"fix":"Use com.typesafe.akka:akka-testkit_2.13 or _3 for newer Scala versions.","message":"Akka 2.5.x is outdated; consider upgrading to 2.6.x or later","severity":"breaking","affected_versions":"2.5.x"}],"env_vars":null,"search_vec":"'actor':9,16 'akka':1,3,12,14 'compon':13 'provid':5 'test':8,15 'testkit':2,4 'util':6","created_at":"2026-06-15T09:04:01.027329+00:00","updated_at":"2026-06-15T09:04:01.027329+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://akka.io/","github":"https://github.com/akka/akka","docs":"https://appdoc.app/artifact/com.typesafe.akka/akka-testkit_2.11/","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}}