{"id":55068,"library":"scalacheck-1-14-2-13","title":"ScalaCheck Integration for ScalaTest","description":"Integration library for using ScalaCheck property-based testing with ScalaTest.","status":"active","version":"3.1.4.0","language":"java","source_language":null,"source_url":"https://github.com/scalatest/scalatestplus-scalacheck","tags":["scalatest","scalacheck","testing","property-based"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalatestplus</groupId>\n  <artifactId>scalacheck-1-14_2.13</artifactId>\n  <version>3.1.4.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatestplus:scalacheck-1-14_2.13:3.1.4.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 test checking commutativity of addition."},"warnings":[],"env_vars":null,"search_vec":"'base':12,21 'integr':2,5 'librari':6 'properti':11,20 'property-bas':10,19 'scalacheck':1,9,17 'scalatest':4,15,16 'test':13,18 'use':8","created_at":"2026-06-15T09:35:23.174383+00:00","updated_at":"2026-06-15T09:35:23.174383+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-14_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}}