PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
实践Mock框架之Mockito
Mockito, Automatic Test Suite Generation for Java
实践Mock框架之JMockit
JMockit, An automated testing toolkit for Java
实践Mock框架之EasyMock
EasyMock, Easy mocking. Better testing.
实践EvoSuite
EvoSuite, Automatic Test Suite Generation for Java
实践Harbor
Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content. Harbor extends the open source Docker Distribution by adding the functionalities usually required by users such as security, identity and management. Having a registry closer to the build and run environment can improve the image transfer efficiency. Harbor supports replication of images between registries, and also offers advanced security features such as user management, access control and activity auditing.
实践设计模式之规约模式(Specification)
实践设计模式之适配器模式(Adapter)
将一个类的接口,转换成客户期望的另一个接口。适配器让原本接口不兼容的类可以合作无间。
实践设计模式之迭代器模式(Iterator)
提供一种方法顺序访问一个聚合对象中的各个元素,而又不暴露其内部的表示