{"id":75198,"library":"scalacheck-1-15-2-11","title":"ScalaCheck Integration for ScalaTest","description":"Integration library between ScalaCheck and ScalaTest for property-based testing.","status":"active","version":"3.2.4.0-M1","language":"java","source_language":null,"source_url":"https://github.com/scalatest/scalatestplus-scalacheck","tags":["testing","scala","property-based","scalacheck"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalatestplus</groupId>\n  <artifactId>scalacheck-1-15_2.11</artifactId>\n  <version>3.2.4.0-M1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatestplus:scalacheck-1-15_2.11:3.2.4.0-M1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ScalaCheckPropertyChecks","correct":"org.scalatestplus.scalacheck.ScalaCheckPropertyChecks"}],"quickstart":{"code":"import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks\nimport org.scalatest.matchers.should.Matchers\n\nclass ExampleSpec extends ScalaCheckPropertyChecks with Matchers {\n  \"String concatenation\" should {\n    \"be associative\" in {\n      forAll { (a: String, b: String, c: String) =>\n        (a + b) + c shouldEqual a + (b + c)\n      }\n    }\n  }\n}","lang":"java","description":"Property-based test using ScalaCheck with ScalaTest"},"warnings":[],"env_vars":null,"search_vec":"'base':14,20 'integr':2,5 'librari':6 'properti':13,19 'property-bas':12,18 'scala':17 'scalacheck':1,8,21 'scalatest':4,10 'test':15,16","created_at":"2026-06-17T19:13:48.135011+00:00","updated_at":"2026-06-17T19:13:48.135011+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/scalatest/scalatestplus-scalacheck","github":"https://github.com/scalatest/scalatestplus-scalacheck","docs":"https://appdoc.app/artifact/org.scalatestplus/scalacheck-1-15_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-17","next_check":"2026-12-14","install_tag":null}}