进入Mock API列表页面,点击调用地址即可复制到剪贴板,在代码中直接对该API地址发起请求即可得到响应结果。
2022-06-17 18:03:50 194KB api 调用MOCK mock 接口
1
Vue-element-admin 简介 :rainbow: 基于 Vue 和 Element UI,能够快速搭建起一个企业中后台产品原型,内置路由权限验证,高级列表,万能分页,引导动画等业务模型,方便扩展,极大提高生产力 内置功能 账户 User 登录 注销 注册 路由权限 Route Permission 路由权限 指令权限 角色权限 导航 Navigation 顶部导航栏 NavBar 路由面包屑 NavBreadcrumb 侧边菜单栏 MenuBar (支持多级路由嵌套, ? 自适应收缩) ? 路由标签切换选项卡 布局 Layout iconfont / font Awesome 布局切换(导航, 流式/定宽) 主题色,换肤 风格切换(可预览) 反馈 Feedback 加载进度条 Dropdown 下拉菜单 错误页 (404, 403, 500) 数据列表 Lis
2022-05-15 20:30:53 313KB i18n mock admin vue
1
wsmock-js 在没有服务器的浏览器中模拟WebSocket。 入门 安装 纱: yarn add wsmock-js --dev 使用[removed]标签: [removed][removed] 定义模拟设置 import wsm from 'wsmock-js' wsm . mock ( { url : 'ws://some.mock.url' , sendInterval : 'onreceive' , receiver ( data ) { // 'data' is sent by webSocket.send in browser console . log ( data ) } , sender ( ) { // Simulating server send this . response
2022-05-09 17:38:59 140KB mock websocket JavaScript
1
1.无maven,照样实现发布war中不含测试代码 在主工程中,不包含任何测试代码,理论上连main方法都不应该存在。测试代码常常放在与主工程同package的下面,以Test+className作为类名。由于采用了junit4,建议使用注解来进行测试用力的配置,而不需要用test开头的method 2.无需启动tomcat、weblogic 等服务器,速度快 3.可以很方便debug,节省人力 只需要利用测试工程的junit-debug即可,有时候可能涉及到缓存,这个时候可以在本地配置缓存,并且启动缓存的客户端即可。 4.spring-test 与junit4的 利用,可以直接使用spring配置文件或者自己修改测试文件 采用spring-test的测试注解: 1)junit4的注解:@RunWith(value=SpringJUnit4ClassRunner.class) 2)spring-test的注解:@ContextConfiguration(locations={"classpath:applicationContext-test.xml"}) 5.方便svn管理,不会导致无效版本代码泛滥,没有经过测试的代码绝对不能上传 6.运行时修改配置,通过@Before,方便调试远程接口的本地应用。
2022-04-12 17:03:06 116KB mock测试
1
MOCK挡板软件,测试人员辅助软件
2022-04-06 00:17:04 74.45MB 挡板 MOCK
1
网上都是给mock的例子,没有说具体需要引那些jar文件,我来补充!~~需要的可以下载~
2022-04-03 14:29:03 4.48MB powermock junit mock
1
耐克网站:Nike Mock Up网站
2022-03-24 20:02:53 6.2MB
1
基于umi + dva + typescript + mock的React框架 介绍 一个开发框架,目前包含工具+路由,已经包含了react,redux,router,不包含数据和视图。 基于 , 和的轻量级前端框架。 JS的强类型版本 UI库任选或 用做代码规范 umi内置功能,默认开启,无需单独配置 安装 yarn # or npm install 开发 npm run dev 建立 npm run build 项目目录 ├── /dist/ # 项目输出目录 ├── /mock/ # 数据mock ├── /src/
2022-03-18 16:50:10 235KB react redux mock typescript
1
模拟位置 MockLocation 是一个项目,是一个 Android 应用程序,可用于设置 GPS 提供商返回的虚假 GPS 位置以进行测试,让您记录路线并回放。 它使用 ActionBarSherlock、Google Maps Android API v2 和我编写的位置库。 MockLocation 还演示了尝试回答这个问题的方法的第一遍: “当我在网站或移动应用程序上点击‘我接受服务条款’时,我如何快速查看、理解和协商我将放弃的内容?” 有关详细信息,请参阅 。 MockLocation 与大多数定位应用程序“开箱即用”。 只需在启动应用程序之前启动 MockLocation。 我发现了一个例外:如果您想将模拟位置发送到 Google 的导航应用程序,则必须在启动 MockLocation 之前打开 GPS 芯片。 由开发 Paul Corriveau - 执照 C
2022-03-09 21:08:44 1.52MB Java
1
Classes contained in spring-mock.jar: org.springframework.mock.jndi.ExpectedLookupTemplate.class org.springframework.mock.jndi.SimpleNamingContext.class org.springframework.mock.jndi.SimpleNamingContextBuilder.class org.springframework.mock.web.DelegatingServletInputStream.class org.springframework.mock.web.DelegatingServletOutputStream.class org.springframework.mock.web.HeaderValueHolder.class org.springframework.mock.web.MockExpressionEvaluator.class org.springframework.mock.web.MockFilterChain.class org.springframework.mock.web.MockFilterConfig.class org.springframework.mock.web.MockHttpServletRequest.class org.springframework.mock.web.MockHttpServletResponse.class org.springframework.mock.web.MockHttpSession.class org.springframework.mock.web.MockMultipartFile.class org.springframework.mock.web.MockMultipartHttpServletRequest.class org.springframework.mock.web.MockPageContext.class org.springframework.mock.web.MockRequestDispatcher.class org.springframework.mock.web.MockServletConfig.class org.springframework.mock.web.MockServletContext.class org.springframework.mock.web.PassThroughFilterChain.class org.springframework.mock.web.portlet.MockActionRequest.class org.springframework.mock.web.portlet.MockActionResponse.class org.springframework.mock.web.portlet.MockMultipartActionRequest.class org.springframework.mock.web.portlet.MockPortalContext.class org.springframework.mock.web.portlet.MockPortletConfig.class org.springframework.mock.web.portlet.MockPortletContext.class org.springframework.mock.web.portlet.MockPortletPreferences.class org.springframework.mock.web.portlet.MockPortletRequest.class org.springframework.mock.web.portlet.MockPortletRequestDispatcher.class org.springframework.mock.web.portlet.MockPortletResponse.class org.springframework.mock.web.portlet.MockPortletSession.class org.springframework.mock.web.portlet.MockPortletURL.class org.springframework.mock.web.portlet.MockRenderRequest.class org.springframework.mock.web.portlet.MockRenderResponse.class org.springframework.test.AbstractDependencyInjectionSpringContextTests.class org.springframework.test.AbstractSingleSpringContextTests.class org.springframework.test.AbstractSpringContextTests.class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests.class org.springframework.test.AbstractTransactionalSpringContextTests.class org.springframework.test.AssertThrows.class org.springframework.test.ConditionalTestCase.class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests.class org.springframework.test.annotation.DirtiesContext.class org.springframework.test.annotation.ExpectedException.class org.springframework.test.annotation.IfProfileValue.class org.springframework.test.annotation.NotTransactional.class org.springframework.test.annotation.ProfileValueSource.class org.springframework.test.annotation.Repeat.class org.springframework.test.annotation.SystemProfileValueSource.class org.springframework.test.annotation.Timed.class org.springframework.test.jpa.AbstractAspectjJpaTests.class org.springframework.test.jpa.AbstractJpaTests.class org.springframework.test.jpa.OrmXmlOverridingShadowingClassLoader.class org.springframework.test.web.AbstractModelAndViewTests.class
2022-01-21 22:47:38 96KB spring-mock spring mock
1