Registry / testing / scalatest-funsuite-2-12

scalatest-funsuite-2-12

JSON →
library3.2.20javamavenunverified

A Scala testing framework providing the FunSuite style for writing concise and expressive tests.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-funsuite_2.12</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-FUNSUITE
S
scalatest-funsuite-2-12
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.

AnyFunSuite
org.scalatest.funsuite.AnyFunSuite

Defines a test suite using AnyFunSuite.

import org.scalatest.funsuite.AnyFunSuite class ExampleSuite extends AnyFunSuite { test("example test") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingVersion 3.2.20 is for Scala 2.12; ensure compatibility with your Scala version.
fix
Use the appropriate artifact for your Scala version (e.g., scalatest-funsuite_2.13).
affects: all
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-funsuite-2-12 — mvn dependency:get scalatest-funsuite-2-12 · libregistry