License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.mht-xyt |
ArtifactId | ArtifactIdautomock |
Version | Version1.0 |
Type | Typejar |
Description |
Description全自动生成mock srvice代码的类,并放入test目录下,并自动执行。
只需要引用此包,并调用AutoMock中的mock或mockPkg 即可;
*生成的代码在/src/test/java/mock/下
*项目需遵从/src/main/java结构
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
automock-1.0.pom | |
automock-1.0.jar | 32 KB |
automock-1.0-sources.jar | 15 KB |
automock-1.0-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mht-xyt/automock/ -->
<dependency>
<groupId>com.github.mht-xyt</groupId>
<artifactId>automock</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mht-xyt/automock/
implementation 'com.github.mht-xyt:automock:1.0'
// https://jarcasting.com/artifacts/com.github.mht-xyt/automock/
implementation ("com.github.mht-xyt:automock:1.0")
'com.github.mht-xyt:automock:jar:1.0'
<dependency org="com.github.mht-xyt" name="automock" rev="1.0">
<artifact name="automock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mht-xyt', module='automock', version='1.0')
)
libraryDependencies += "com.github.mht-xyt" % "automock" % "1.0"
[com.github.mht-xyt/automock "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
org.apache.commons : commons-collections4 | jar | 4.4 |
com.github.houbb : data-factory-core | jar | 0.0.3 |
org.mockito : mockito-core | jar | 1.10.19 |
org.projectlombok : lombok | jar | 1.18.4 |
com.alibaba : fastjson | jar | 1.2.62 |
junit : junit | jar | 4.13 |