{"id":65503,"library":"bootique-test","title":"Bootique Test","description":"A test framework for Bootique applications, providing JUnit 4 support (deprecated since BQ 3.0.M1).","status":"deprecated","version":"2.0.1","language":"java","source_language":null,"source_url":"https://github.com/bootique/bootique","tags":["testing","bootique","junit"],"install":[{"cmd":"<dependency>\n  <groupId>io.bootique</groupId>\n  <artifactId>bootique-test</artifactId>\n  <version>2.0.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.bootique:bootique-test:2.0.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BQTestFactory","correct":"io.bootique.test.junit.BQTestFactory"}],"quickstart":{"code":"import io.bootique.test.junit.BQTestFactory;\nimport org.junit.Rule;\nimport org.junit.Test;\n\npublic class ExampleTest {\n    @Rule\n    public BQTestFactory factory = new BQTestFactory();\n\n    @Test\n    public void testApp() {\n        factory.app().run();\n    }\n}","lang":"java","description":"JUnit 4 rule for Bootique application testing"},"warnings":[{"fix":"Migrate to Bootique 3.x testing with JUnit 5 or use Bootique 2.x","message":"Deprecated since Bootique 3.0.M1; JUnit 4 support is being phased out","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'3.0':16 '4':11 'applic':8 'bootiqu':1,7,19 'bq':15 'deprec':13 'framework':5 'junit':10,20 'm1':17 'provid':9 'sinc':14 'support':12 'test':2,4,18","created_at":"2026-06-17T17:11:21.278676+00:00","updated_at":"2026-06-17T17:11:21.278676+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://bootique.io","github":"https://github.com/bootique/bootique","docs":"https://appdoc.app/artifact/io.bootique/bootique-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-17","next_check":"2026-12-14","install_tag":null}}