Registry / testing / javax-inject-tck

javax-inject-tck

JSON →
library1javamavenunverified

Technology Compatibility Kit for testing implementations of the javax.inject dependency injection specification.

<dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject-tck</artifactId> <version>1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-INJECT-TCK
J
javax-inject-tck
testingjavav1
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.

Tck
org.atinject.tck.Tck

Creates a JUnit test suite for javax.inject compatibility testing.

import org.atinject.tck.Tck; import junit.framework.Test; public class Example { public static void main(String[] args) { Test test = Tck.testsFor(null, false); System.out.println("TCK tests created: " + test); } }
Debug
Known issues
gotchaThis is a test artifact, not for production use.
fix
Only include as a test dependency for validating DI implementations.
affects: *
Upgrade
Version history
1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javax-inject-tck — mvn dependency:get javax-inject-tck · libregistry