{"id":64317,"library":"scalatestplus-scalacheck-2-11","title":"ScalaTestPlus ScalaCheck","description":"Integration library that combines ScalaTest with ScalaCheck property-based testing for Scala 2.11.","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.11</artifactId>\n  <version>3.1.0.0-RC2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatestplus:scalatestplus-scalacheck_2.11: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.flatspec.AnyFlatSpec\n\nclass ExampleSpec extends AnyFlatSpec with ScalaCheckPropertyChecks {\n  \"String concatenation\" should \"be associative\" in {\n    forAll { (a: String, b: String, c: String) =>\n      assert((a + b) + c == a + (b + c))\n    }\n  }\n}","lang":"java","description":"Minimal ScalaTest spec using ScalaCheck property checks."},"warnings":[],"env_vars":null,"search_vec":"'2.11':16 'base':12,22 'combin':6 'integr':3 'librari':4 'properti':11,21 'property-bas':10,20 'scala':15,23 'scalacheck':2,9,18 'scalatest':7,17 'scalatestplus':1 'test':13,19","created_at":"2026-06-17T16:54:49.396526+00:00","updated_at":"2026-06-17T16:54:49.396526+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.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}}