jar

com.github.mht-xyt : automock

Maven & Gradle

Jan 14, 2020
2 stars

全自动生成mock srvice代码的类,并放入test目录下,并自动执行。 只需要引用此包,并调用AutoMock中的mock或mockPkg 即可; *生成的代码在/src/test/java/mock/下 *项目需遵从/src/main/java结构

Table Of Contents

Latest Version

Download com.github.mht-xyt : automock JAR file - Latest Versions:

All Versions

Download com.github.mht-xyt : automock JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window automock-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mht.auto.mock.vo

├─ com.mht.auto.mock.vo.FunctionVO.class - [JAR]

├─ com.mht.auto.mock.vo.MockCodeVo.class - [JAR]

├─ com.mht.auto.mock.vo.MockParmsTypeReturnTypeVO.class - [JAR]

├─ com.mht.auto.mock.vo.ParmVO.class - [JAR]

├─ com.mht.auto.mock.vo.VariableVO.class - [JAR]

com.mht.auto.mock.builder

├─ com.mht.auto.mock.builder.JavaFileParser.class - [JAR]

com.mht.auto.mock

├─ com.mht.auto.mock.AutoMock.class - [JAR]

├─ com.mht.auto.mock.Mock.class - [JAR]

com.mht.auto.mock.utils

├─ com.mht.auto.mock.utils.ClassLoadBuilder.class - [JAR]

├─ com.mht.auto.mock.utils.FileUtil.class - [JAR]

├─ com.mht.auto.mock.utils.JavaForm.class - [JAR]

Advertisement