mockobjects 0.09-4 source package in Ubuntu

Changelog

mockobjects (0.09-4) unstable; urgency=low

  [ Thierry Carrez ]
  * debian/control, debian/rules: Build-depend on default-jdk
  * debian/control: Set libmockobjects-java runtime dependency on
    "default-jre-headless | java2-runtime-headless"
  * Added debian/ant.properties to build java2-compatible code

  [ Torsten Werner ]
  * Switch to source format 3.0.
  * Remove ssh from protocol part of Vcs-Svn header.
  * Update Standards-Version: 3.8.4.
  * Change Section: java.
 -- Clint Byrum <email address hidden>   Tue,  08 Jun 2010 23:27:05 +0100

Upload details

Uploaded by:
Clint Byrum
Uploaded to:
Maverick
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mockobjects_0.09.orig.tar.gz 129.0 KiB 1224bd716e6a5e8c0e1e8ae8fed8bf4cc7541572212797b671752319b821c4d0
mockobjects_0.09-4.debian.tar.gz 3.6 KiB dc0a107c6fd11e379bee85dec8c9cb6929fd4cd1d429d2561745e08a0f4cafce
mockobjects_0.09-4.dsc 1.3 KiB 96477fdb0a0d8b550b761e604dda87adc4e503fdfbb79b284a7411da8b607d0b

Available diffs

View changes file

Binary packages built by this source

libmockobjects-java: Framework for developing and using mock objects

 Mock Objects is a test-first driven framework for building
 generic software and/or unit testing frameworks. It supports:
  * A methodology for developing and using mock objects.
  * A core mock object framework. This is a library of code that
  supports the implementation of mock objects, based around a
  set of expectation classes for values and collections. There are
  also various other classes to make mock objects easier to write
  or to use.
  * A default set of mock implementations for the standard Java
  platform APIs. We have made a start on packages such as servlets, sql,
  and io.

libmockobjects-java-doc: Framework for developing and using mock objects -- documentation

 Mock Objects is a test-first driven framework for building
 generic software and/or unit testing frameworks. It supports:
  * A methodology for developing and using mock objects.
  * A core mock object framework. This is a library of code that
  supports the implementation of mock objects, based around a
  set of expectation classes for values and collections. There are
  also various other classes to make mock objects easier to write
  or to use.
  * A default set of mock implementations for the standard Java
  platform APIs. We have made a start on packages such as servlets, sql,
  and io.
 .
 This package includes the mock objects javadocs.