Registry / testing / scalatest-funspec-2-13

scalatest-funspec-2-13

JSON →
library3.2.20javamavenunverified

FunSpec style for ScalaTest, a testing framework for Scala.

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

AnyFunSpec
org.scalatest.funspec.AnyFunSpec

Write a test using FunSpec style.

import org.scalatest.funspec.AnyFunSpec class ExampleSpec extends AnyFunSpec { describe("A Set") { describe("when empty") { it("should have size 0") { assert(Set.empty.size == 0) } } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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