License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.powernukkit |
ArtifactId | ArtifactIdpowernukkit-tests-junit5 |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPowerNukkit JUnit 5 Testing Framework
Provides a JUnit 5 extension that prepares the PowerNukkit environment to execute tests without having to create too many mocks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.powernukkit/powernukkit-tests-junit5/ -->
<dependency>
<groupId>org.powernukkit</groupId>
<artifactId>powernukkit-tests-junit5</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.powernukkit/powernukkit-tests-junit5/
implementation 'org.powernukkit:powernukkit-tests-junit5:0.1.1'
// https://jarcasting.com/artifacts/org.powernukkit/powernukkit-tests-junit5/
implementation ("org.powernukkit:powernukkit-tests-junit5:0.1.1")
'org.powernukkit:powernukkit-tests-junit5:jar:0.1.1'
<dependency org="org.powernukkit" name="powernukkit-tests-junit5" rev="0.1.1">
<artifact name="powernukkit-tests-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powernukkit', module='powernukkit-tests-junit5', version='0.1.1')
)
libraryDependencies += "org.powernukkit" % "powernukkit-tests-junit5" % "0.1.1"
[org.powernukkit/powernukkit-tests-junit5 "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.powernukkit : powernukkit | jar | 1.3.1.5-PN |
org.projectlombok : lombok | jar | 1.18.4 |