Registry / testing / play-test-2-10

play-test-2-10

JSON →
library2.4.11javamavenunverified

Testing utilities for the Play Framework, version for Scala 2.10.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-test_2.10</artifactId> <version>2.4.11</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-TEST-2-10
P
play-test-2-10
testingjavav2.4.11
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.

FakeApplication
play.api.test.FakeApplication

Create a fake application and test a route.

import play.api.test.FakeApplication import play.api.test.Helpers._ val app = FakeApplication() val result = route(app, FakeRequest(GET, "/")).get status(result) mustEqual OK
Debug
Known issues
gotchaPlay 2.4.x is outdated; consider upgrading to a newer version for security and features.
fix
Migrate to Play 2.8+ or later.
affects: <=2.4.11
Upgrade
Version history
2.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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