jar

com.github.chenhaiyangs : ruubypay-automock-enabled

Maven & Gradle

Feb 25, 2019
0 stars

ruubypay-automock-enabled · 一款能够实现自动Mock的框架。方便的实现第三方Mock,而不需要再费尽力气写httpMockServer。不如就起名字叫做EasyMock吧。

Table Of Contents

Latest Version

Download com.github.chenhaiyangs : ruubypay-automock-enabled JAR file - Latest Versions:

All Versions

Download com.github.chenhaiyangs : ruubypay-automock-enabled JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1

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 ruubypay-automock-enabled-1.2-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ruubypay.mock.aop

├─ com.ruubypay.mock.aop.AspectjAopInterceptor.class - [JAR]

com.ruubypay.mock.aop.proxy.aspectj

├─ com.ruubypay.mock.aop.proxy.aspectj.AspectjMockEnabledProxyChain.class - [JAR]

com.ruubypay.mock.variable.impl

├─ com.ruubypay.mock.variable.impl.DefaultCondition.class - [JAR]

├─ com.ruubypay.mock.variable.impl.DefaultExceptionWapper.class - [JAR]

com.ruubypay.mock.exception

├─ com.ruubypay.mock.exception.NoMockExceptionFoundException.class - [JAR]

├─ com.ruubypay.mock.exception.WrongReturnTypeException.class - [JAR]

com.ruubypay.mock.support.spring.parser

├─ com.ruubypay.mock.support.spring.parser.MockHandlerParser.class - [JAR]

com.ruubypay.mock.util

├─ com.ruubypay.mock.util.ParseString.class - [JAR]

com.ruubypay.mock.annotation

├─ com.ruubypay.mock.annotation.MockEnabled.class - [JAR]

com.ruubypay.mock.support.spring.handler

├─ com.ruubypay.mock.support.spring.handler.MockNameSpaceHandler.class - [JAR]

com.ruubypay.mock.aop.proxy

├─ com.ruubypay.mock.aop.proxy.MockEnabledProxyChain.class - [JAR]

com.ruubypay.mock.variable

├─ com.ruubypay.mock.variable.Condition.class - [JAR]

├─ com.ruubypay.mock.variable.ExceptionWapper.class - [JAR]

├─ com.ruubypay.mock.variable.MockService.class - [JAR]

com.ruubypay.mock.core

├─ com.ruubypay.mock.core.MockHandler.class - [JAR]

com.ruubypay.mock.core.impl

├─ com.ruubypay.mock.core.impl.MockCondition.class - [JAR]

├─ com.ruubypay.mock.core.impl.MockException.class - [JAR]

├─ com.ruubypay.mock.core.impl.MockReturn.class - [JAR]