Registry / testing / scalatest-flatspec-2-13

scalatest-flatspec-2-13

JSON →
library3.2.20javamavenunverified

A ScalaTest style trait for writing flat, behavior-driven tests in Scala.

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

Minimal ScalaTest FlatSpec test class.

import org.scalatest.flatspec.AnyFlatSpec class MySpec extends AnyFlatSpec { "A Stack" should "pop values in LIFO order" in { val stack = List(1, 2, 3) assert(stack.head == 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
2 hits · last 30 days
node
2
Resources
scalatest-flatspec-2-13 — mvn dependency:get scalatest-flatspec-2-13 · libregistry