xUnit
xUnit copied to clipboard
A common system builder
Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
能够按照url,请求方式等http参数映射到unit,或某些领域类的方法上,参考webflux: .GET("/person/{id}", RequestPredicates.accept(MediaType.APPLICATION_JSON), personHandler::getPerson) .GET("/person", RequestPredicates.accept(MediaType.APPLICATION_JSON), personHandler::listPeople) .POST("/person", personHandler::createPerson) .build();
xunit提供iO密集型线程池和CPU密集型线程池,允许用户在编辑器里标记执行单元是哪种类型,执行时按照标记去不同线程池调度。
用户输入部分或全部的class name,搜索当前打开的模型中所有包含该名字的单元,有几种显示方式: 1. 在控制台显示所有匹配的单元名字 2. 将结果显示一个单独的树形图 3. 在单元目录图里面高亮匹配的单元 4. 在大图里面高亮匹配的单元
从头开始,按照一步步的方式,介绍如何利用xunit来完成一个简单的系统
比如: String [] str={"1.xunit","1.xunit"}; XunitFactory.load(str) 或者 直接扫描包加载
1、在启动spring项目的时候加载xunit图的demo,而不是每次都load 2、能直接获取spring注入的对象吗?
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.3.10 to 5.3.19. Release notes Sourced from org.springframework:spring-context's releases. v5.3.19 :star: New Features Remove DNS lookups during websocket connection initiation #28280 Add application/graphql+json Media type and MIME...
Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 5.3.10 to 5.3.20. Release notes Sourced from org.springframework:spring-beans's releases. v5.3.20 :star: New Features Refine CachedIntrospectionResults property introspection #28445 Improve tests and Javadoc on binding to a property...
安装xUnit idea插件后mybatisX插件的mapper与xml跳转功能失效,卸载后恢复 安装xUnit插件后  卸载插件后 