Language

Package: java-jmock-junit4 @ 2.8.2

Synopsis

Mock object library for test-driven development

Description

JMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.

The jMock library

  • makes it quick and easy to define mock objects

  • lets you precisely specify the interactions between your objects, reducing the brittleness of your tests

  • plugs into your favourite test framework

  • is easy to extend.

Home page
http://jmock.org/
Location
gnu/packages/java.scm (line: 5390, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'cglib' does not match package name 'java-cglib'
input-labels

Identify input labels that do not match package names

label 'java-jumit' does not match package name 'java-junit'