Java Unit Test Framework (Warp H2/Mockito/jmockit tools to make java application better)
- jutf(spring free dependency version)
- Use mockito/jmockit to mock interface
- Utils to mock get/set/construct/tostring
- H2 Memory Test db utils
- log message checker
- jutf-Spring(spring dependency version)
- Use mockito/jmockit to mock interface
- Utils to mock get/set/construct/tostring
- H2/Mysql Test db utils
- log message checker
doc: http://jutf.readthedocs.io/en/latest/
<dependency>
<groupId>com.github.knightliao.test</groupId>
<artifactId>jutf</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.github.knightliao.test</groupId>
<artifactId>jutf-spring</artifactId>
<version>1.0.2</version>
</dependency>
- 有态度无广告的搜索引擎: https://www.sov5.com
- 微读 - 高品质阅读: http://www.100weidu.com
- Python中国社区: http://www.python88.com
- Disconf - 分布式配置管理平台: http://github.com/knightliao/disconf
- CanalX - 基于
Canal
的数据感知服务框架: http://github.com/knightliao/canalX - jutf - Java Unit Test Framework: https://github.com/knightliao/jutf
- pfrock - A plugin-based server for running fake HTTP services (especially SOA service): https://github.com/knightliao/pfrock
- pdbsync - configurable db sync tool using python: https://github.com/knightliao/pdbsync