MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).
Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Mac
- Windows
- Linux
Easy Mock is described as 'EasyMock facilitates creating mock objects seamlessly. It uses Java Reflection in order to create mock objects for a given interface' and is an website. There are 2 alternatives to Easy Mock, not only websites but also apps for Mac, Windows, Linux and Java. The best Easy Mock alternative is MockServer, which is both free and Open Source.
MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).
Writing unit tests can be hard and sometimes good design has to be sacrificed for the sole purpose of testability. Often testability corresponds to good design, but this is not always the case. For example final classes and methods cannot be used, private methods sometimes need...