Registry / testing / lift-testkit-2-12

lift-testkit-2-12

JSON →
library3.5.0javamavenunverified

Testkit for the Lift Web framework providing utilities for testing web applications built with Lift.

<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-testkit_2.12</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · LIFT-TESTKIT-2-12
L
lift-testkit-2-12
testingjavav3.5.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.

TestKit
net.liftweb.testing.TestKit

Uses Lift TestKit to test HTTP responses in a Lift application.

import net.liftweb.testing.TestKit import org.scalatest.flatspec.AnyFlatSpec class MyTest extends AnyFlatSpec with TestKit { "A request" should "return 200" in { get("/") { response => assert(response.code == 200) } } }
Debug
Known issues
breakingScala 2.12 specific; ensure your project uses Scala 2.12.
fix
Use the correct artifact for your Scala version (e.g., lift-testkit_2.13 for Scala 2.13).
affects: all
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lift-testkit-2-12 — mvn dependency:get lift-testkit-2-12 · libregistry