mockmaker stable port information

Package: mockmaker
Version: 1.12.0
Revision: 1
Source: mirror:sourceforge:%n/MockMaker1_11_0.zip
Source-MD5: 0ea523bb2d7362591f249c2a947a1747
SourceDirectory: MockMaker
Source2: mirror:sourceforge:%n/EclipseMockMaker1-12-0.zip
Source2-MD5: 9940be54a751fc3e16e71d23c3a2effd
Source2ExtractDir: MockMaker
Depends: junit, system-java (>= 1.4-1)
Type: java(1.4)
CompileScript: echo "none needed"
InstallScript: echo "none needed"
JarFiles: org.mockmaker.eclipse/lib/*.jar
DocFiles: *.html *.cfg
Homepage: http://mockmaker.sourceforge.net/
Maintainer: Benjamin Reed
Description: Generate mock object source code
DescDetail: <<
MockMaker is a program for creating source code for mock object classes.
Given an interface, it writes the source code for a mock object class
that implements the interface and allows instances of that class to have
expectations set about how many times a method is called, what parameters
each method is called with, and to pre-set return values for methods. In
many cases (possibly most cases), the classes produced by MockMaker are
exactly what you want a mock class to do.
<<
License: BSD