Registry / testing / spek-dsl-jvm

spek-dsl-jvm

JSON →
library2.0.19javamavenunverified

Kotlin DSL module for the Spek2 testing framework, providing specification-style test definitions on the JVM.

<dependency> <groupId>org.spekframework.spek2</groupId> <artifactId>spek-dsl-jvm</artifactId> <version>2.0.19</version> </dependency>
INSTALL
IMPORT
SIG · SPEK-DSL-JVM
S
spek-dsl-jvm
testingjavav2.0.19
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.

Spek
org.spekframework.spek2.Spek

Basic Spek2 specification using describe/it style.

import org.spekframework.spek2.Spek import org.spekframework.spek2.style.specification.describe object MySpec: Spek({ describe("a number") { it("should be positive") { assert(1 > 0) } } })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
spek-dsl-jvm — mvn dependency:get spek-dsl-jvm · libregistry