dunit

unit test toolkit, Integrated generic test case, simplifies unit testing

License

License

GroupId

GroupId

com.gitee.xvang
ArtifactId

ArtifactId

dunit
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

dunit
unit test toolkit, Integrated generic test case, simplifies unit testing
Project URL

Project URL

http://maven.apache.org

Download dunit

How to add to project

<!-- https://jarcasting.com/artifacts/com.gitee.xvang/dunit/ -->
<dependency>
    <groupId>com.gitee.xvang</groupId>
    <artifactId>dunit</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.xvang/dunit/
implementation 'com.gitee.xvang:dunit:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.xvang/dunit/
implementation ("com.gitee.xvang:dunit:1.0.1")
'com.gitee.xvang:dunit:jar:1.0.1'
<dependency org="com.gitee.xvang" name="dunit" rev="1.0.1">
  <artifact name="dunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.xvang', module='dunit', version='1.0.1')
)
libraryDependencies += "com.gitee.xvang" % "dunit" % "1.0.1"
[com.gitee.xvang/dunit "1.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.springframework.boot : spring-boot-starter-test jar 2.4.1
commons-beanutils : commons-beanutils jar 1.9.4
com.google.code.gson : gson jar 2.8.6
org.springframework.boot : spring-boot-starter-web jar 2.4.1

test (1)

Group / Artifact Type Version
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.12.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0-B1