Hammock 1.3 (Default branch) |
|
|
Hammock is a mock object framework for J2ME
devices. It is used in conjunction with unit test
frameworks like JMUnit and J2MEUnit. The framework
includes mocks for many of the J2ME UI and I/O
classes as well as a utility, HammockMaker, for
generating mocks of other classes.
License: The Apache License 2.0
Changes:
This release adds an Ant task, testlistener, that can be used with JMUnit to make continuous integration testing possible; no manual intervention is required to run or verify the tests. In particular, a broken test causes an Ant build to fail. The demo application, ObjectStreams, has been extended with more unit tests and to show how continuous integration testing is now possible. Mock objects from the java.util package (e.g. MockDate and MockRandom) have been added to the distribution.
|