Registry / testing / scalatest-flatspec-3

scalatest-flatspec-3

JSON →
library3.2.20javamavenunverified

ScalaTest module providing FlatSpec style for Scala 3.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-flatspec_3</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-FLATSPEC
S
scalatest-flatspec-3
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

Minimal FlatSpec test class.

import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec { "A test" should "pass" in { assert(1 == 1) } }
Debug
Known issues
breakingScala 3 only; not compatible with Scala 2.
fix
Use scalatest-flatspec_2.13 for Scala 2 projects.
affects: >=3.0.0
Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
scalatest-flatspec-3 — mvn dependency:get scalatest-flatspec-3 · libregistry