io.github.techthird:fast-mock-core

自动生成mock测试代码插件,通过Maven插件配置,一键生成配置包/类的单元测试代码,极大减少开发写单元测试代码的时间,提高单元测试覆盖率

License

License

GroupId

GroupId

io.github.techthird
ArtifactId

ArtifactId

fast-mock-core
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

自动生成mock测试代码插件,通过Maven插件配置,一键生成配置包/类的单元测试代码,极大减少开发写单元测试代码的时间,提高单元测试覆盖率

Download fast-mock-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/ -->
<dependency>
    <groupId>io.github.techthird</groupId>
    <artifactId>fast-mock-core</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation 'io.github.techthird:fast-mock-core:1.0.5'
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation ("io.github.techthird:fast-mock-core:1.0.5")
'io.github.techthird:fast-mock-core:jar:1.0.5'
<dependency org="io.github.techthird" name="fast-mock-core" rev="1.0.5">
  <artifact name="fast-mock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.techthird', module='fast-mock-core', version='1.0.5')
)
libraryDependencies += "io.github.techthird" % "fast-mock-core" % "1.0.5"
[io.github.techthird/fast-mock-core "1.0.5"]

Dependencies

compile (7)

Group / Artifact Type Version
com.thoughtworks.qdox : qdox jar 2.0.0
org.freemarker : freemarker jar 2.3.28
org.apache.commons : commons-lang3 jar 3.8.1
org.springframework : spring-core jar 5.3.2
com.alibaba : fastjson jar 1.2.67
org.apache.maven : maven-plugin-api jar 3.6.0
org.projectlombok : lombok jar 1.18.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1