Registry / testing / jukito

jukito

JSON →
library1.4.1javamavenunverified

A testing framework with automocking based on JUnit, Guice and Mockito.

<dependency> <groupId>org.jukito</groupId> <artifactId>jukito</artifactId> <version>1.4.1</version> </dependency>
INSTALL
IMPORT
SIG · JUKITO
J
jukito
testingjavav1.4.1
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.

JukitoRunner
org.jukito.JukitoRunner

Minimal Jukito test class

import org.jukito.JukitoRunner; import org.junit.runner.RunWith; @RunWith(JukitoRunner.class) public class ExampleTest { @Test public void testSomething() { // test code } }
Debug
Known issues
breakingDeprecated in favor of JUnit 5 extensions
fix
Consider using MockitoExtension for JUnit 5
affects: >=1.5
Upgrade
Version history
1.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jukito — mvn dependency:get jukito · libregistry