Registry / testing / lift-testkit-2-11

lift-testkit-2-11

JSON →
library3.5.0javamavenunverified

Testkit for the Lift WebKit library, providing testing utilities for Scala 2.11.

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

Minimal usage of Lift TestKit

import net.liftweb.testkit.TestKit; public class Example { public static void main(String[] args) { TestKit kit = new TestKit(); kit.run(); } }
Debug
Known issues
breakingThis version is compiled for Scala 2.11; using with other Scala versions may cause binary incompatibility.
fix
Use the appropriate artifact for your Scala version (e.g., lift-testkit_2.12 for Scala 2.12).
affects: >=3.0.0
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-11 — mvn dependency:get lift-testkit-2-11 · libregistry