Registry / testing / play-test-2-11

play-test-2-11

JSON →
library2.7.9javamavenunverified

Testing utilities for the Play Framework, supporting Scala 2.11.

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

Minimal example showing how to create a FakeApplication for testing Play applications.

import play.api.test.FakeApplication; public class Example { public void test() { FakeApplication app = new FakeApplication(); // ... use app for testing } }
Debug
Known issues
gotchaPlay 2.7.x is outdated; consider upgrading to a newer version for security and compatibility.
fix
Upgrade to Play 2.8+ or later.
affects: <=2.7.9
Upgrade
Version history
2.7.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
play-test-2-11 — mvn dependency:get play-test-2-11 · libregistry