Registry / testing / test-interface

test-interface

JSON →
library1.0javamavenunverified

Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other).

<dependency> <groupId>org.scala-sbt</groupId> <artifactId>test-interface</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · TEST-INTERFACE
T
test-interface
testingjavav1.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.

TaskDef
sbt.testing.TaskDef

Creates a test task definition using the sbt test interface.

import sbt.testing.TaskDef; import sbt.testing.Fingerprint; public class TestExample { public static void main(String[] args) { TaskDef taskDef = new TaskDef("com.example.MyTest", (Fingerprint) null, false, new String[]{}); System.out.println("Task defined: " + taskDef.fullyQualifiedName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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