Registry / testing / scalatest-core-2-13

scalatest-core-2-13

JSON →
library3.2.20javamavenunverified

Core module of ScalaTest, a testing framework for Scala and Java applications.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-core_2.13</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-CORE-2-1
S
scalatest-core-2-13
testingjavav3.2.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnyFlatSpec
org.scalatest.flatspec.AnyFlatSpec

Defines a simple flat specification test using ScalaTest.

import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec { "A List" should "have a size method" in { assert(List(1, 2, 3).size == 3) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatest-core-2-13 — mvn dependency:get scalatest-core-2-13 · libregistry