{"id":56878,"library":"scalacheck-1-16-2-13","title":"ScalaCheck 1.16 (ScalaTestPlus)","description":"Integration of ScalaCheck 1.16 property-based testing with ScalaTest for Scala 2.13.","status":"active","version":"3.2.14.0","language":"java","source_language":null,"source_url":"https://github.com/scalatest/scalatestplus-scalacheck","tags":["testing","scalacheck","scalatest","property-based"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalatestplus</groupId>\n  <artifactId>scalacheck-1-16_2.13</artifactId>\n  <version>3.2.14.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatestplus:scalacheck-1-16_2.13:3.2.14.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ScalaCheckPropertyChecks","correct":"org.scalatestplus.scalacheck.ScalaCheckPropertyChecks"}],"quickstart":{"code":"import org.scalatest.flatspec.AnyFlatSpec\nimport org.scalatestplus.scalacheck.ScalaCheckPropertyChecks\n\nclass ExampleSpec extends AnyFlatSpec with ScalaCheckPropertyChecks {\n  \"addition\" should \"be commutative\" in {\n    forAll { (a: Int, b: Int) =>\n      assert(a + b == b + a)\n    }\n  }\n}","lang":"scala","description":"Property-based testing with ScalaCheck and ScalaTest"},"warnings":[],"env_vars":null,"search_vec":"'1.16':2,7 '2.13':16 'base':10,22 'integr':4 'properti':9,21 'property-bas':8,20 'scala':15 'scalacheck':1,6,18 'scalatest':13,19 'scalatestplus':3 'test':11,17","created_at":"2026-06-15T10:53:46.328578+00:00","updated_at":"2026-06-15T10:53:46.328578+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-16_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}}