Registry / testing / munit-2-13

munit-2-13

JSON →
library1.3.0javamavenunverified

A lightweight, Scala-focused testing framework with assertions and test runners.

<dependency> <groupId>org.scalameta</groupId> <artifactId>munit_2.13</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-2-13
M
munit-2-13
testingjavav1.3.0
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.

FunSuite
munit.FunSuite

Defines a simple test suite using MUnit's FunSuite.

import munit.FunSuite class MySuite extends FunSuite { test("addition") { assertEquals(1 + 1, 2) } }
Debug
Known issues
breakingMUnit 1.x requires Scala 2.13 or 3; check compatibility with your Scala version.
fix
Use the correct artifact for your Scala version (e.g., munit_2.13 or munit_3).
affects: *
Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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