{"id":55784,"library":"scalatestplus-scalacheck-2-13","title":"ScalaTestPlus ScalaCheck","description":"ScalaTestPlus ScalaCheck integrates ScalaCheck property-based testing with ScalaTest, enabling automatic generation of test cases.","status":"active","version":"3.1.0.0-RC2","language":"java","source_language":null,"source_url":"https://github.com/scalatest/scalatestplus-scalacheck","tags":["scalatest","scalacheck","testing","property-based","scala"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalatestplus</groupId>\n  <artifactId>scalatestplus-scalacheck_2.13</artifactId>\n  <version>3.1.0.0-RC2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatestplus:scalatestplus-scalacheck_2.13:3.1.0.0-RC2'","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 length\" should \"be non-negative\" in {\n    forAll { (s: String) =>\n      s.length should be >= 0\n    }\n  }\n}","lang":"java","description":"Write a property-based test using ScalaCheck with ScalaTest."},"warnings":[{"fix":"Use a stable release like 3.2.19.0 or later.","message":"This version is a release candidate (RC2); not recommended for production use.","severity":"breaking","affected_versions":"3.1.0.0-RC2"}],"env_vars":null,"search_vec":"'automat':14 'base':9,24 'case':18 'enabl':13 'generat':15 'integr':5 'properti':8,23 'property-bas':7,22 'scala':25 'scalacheck':2,4,6,20 'scalatest':12,19 'scalatestplus':1,3 'test':10,17,21","created_at":"2026-06-15T10:07:27.366460+00:00","updated_at":"2026-06-15T10:07:27.366460+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/scalatestplus-scalacheck_2.13/","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}}