{"id":66523,"library":"scalacheck-2-9-1-1","title":"ScalaCheck","description":"ScalaCheck is a property-based testing library for Scala and Java, generating test cases automatically.","status":"active","version":"1.10.1","language":"java","source_language":null,"source_url":"https://github.com/rickynils/scalacheck","tags":["testing","property-based","scala","java"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalacheck</groupId>\n  <artifactId>scalacheck_2.9.1-1</artifactId>\n  <version>1.10.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalacheck:scalacheck_2.9.1-1:1.10.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Prop","correct":"org.scalacheck.Prop"}],"quickstart":{"code":"import org.scalacheck.Prop;\nimport org.scalacheck.Properties;\n\npublic class Quickstart {\n    public static void main(String[] args) {\n        Properties props = new Properties(\"String\");\n        props.property(\"startsWith\", Prop.forAll((String s) -> s.startsWith(s.substring(0, 0))));\n        props.check(System.out::println);\n    }\n}","lang":"java","description":"Runs a simple property-based test using ScalaCheck."},"warnings":[{"fix":"Upgrade to a newer version like 1.17.0 and adjust imports accordingly.","message":"ScalaCheck 1.10.1 is outdated; newer versions have different APIs.","severity":"breaking","affected_versions":"<=1.10.1"}],"env_vars":null,"search_vec":"'automat':17 'base':7,21 'case':16 'generat':14 'java':13,23 'librari':9 'properti':6,20 'property-bas':5,19 'scala':11,22 'scalacheck':1,2 'test':8,15,18","created_at":"2026-06-17T17:25:01.286193+00:00","updated_at":"2026-06-17T17:25:01.286193+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":"http://www.scalacheck.org","github":"https://github.com/rickynils/scalacheck","docs":"https://appdoc.app/artifact/org.scalacheck/scalacheck_2.9.1-1/","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}}