{"id":54570,"library":"reactor-test","title":"Reactor Test","description":"Reactor Test provides utilities for testing reactive streams with Project Reactor.","status":"active","version":"3.8.5","language":"java","source_language":null,"source_url":"https://github.com/reactor/reactor-core","tags":["reactor","testing","reactive","step-verifier"],"install":[{"cmd":"<dependency>\n  <groupId>io.projectreactor</groupId>\n  <artifactId>reactor-test</artifactId>\n  <version>3.8.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.projectreactor:reactor-test:3.8.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"StepVerifier","correct":"reactor.test.StepVerifier"}],"quickstart":{"code":"import reactor.core.publisher.Flux;\nimport reactor.test.StepVerifier;\n\npublic class Main {\n    public static void main(String[] args) {\n        Flux<String> flux = Flux.just(\"a\", \"b\", \"c\");\n        StepVerifier.create(flux)\n            .expectNext(\"a\", \"b\", \"c\")\n            .verifyComplete();\n    }\n}","lang":"java","description":"Verifies a Flux emits expected elements using StepVerifier."},"warnings":[],"env_vars":null,"search_vec":"'project':12 'provid':5 'reactiv':9,16 'reactor':1,3,13,14 'step':18 'step-verifi':17 'stream':10 'test':2,4,8,15 'util':6 'verifi':19","created_at":"2026-06-15T09:14:06.501895+00:00","updated_at":"2026-06-15T09:14:06.501895+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/reactor/reactor-core","github":"https://github.com/reactor/reactor-core","docs":"https://appdoc.app/artifact/io.projectreactor/reactor-test/","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}}