Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践代码检查之SpotBugs

Posted on 2018-11-06 | In 测试 | Visitors

SpotBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the GNU Lesser General Public License.

Read more »

实践maven-surefire-plugin

Posted on 2018-11-05 | In 工具 | Visitors

Maven Surefire Plugin用于单元测试

Read more »

实践maven-failsafe-plugin

Posted on 2018-11-05 | In 工具 | Visitors

Maven Failsafe Plugin用于集成测试

Read more »

实践测试之XLSUnit

Posted on 2018-11-01 | In 测试 | Visitors

XLSUnit是一个面向数据库应用的单元测试框架,使用excel,作为输入,以及输出比较,适合大量数据库操作。

Read more »

实践测试之DBUnit

Posted on 2018-11-01 | In 测试 | Visitors

DBUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Read more »

实践JSONassert

Posted on 2018-11-01 | In Java | Visitors

JSONassert Write JSON unit tests in less code. Great for testing REST interfaces.

Read more »

实践JSONPath

Posted on 2018-11-01 | In Java | Visitors

JSONPath

Read more »

实践AssertJ

Posted on 2018-11-01 | In Java | Visitors

AssertJ Fluent assertions for java

Read more »

实践Spring Cloud之Security

Posted on 2018-10-29 | In Java | Visitors
Read more »

实践Spring Cloud之Gateway

Posted on 2018-10-29 | In Java | Visitors

Spring Cloud Gateway provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

Read more »
1 … 79 80 81 … 121
Ray Wang

Ray Wang

My Blog

1204 posts
34 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse