sfermigier + unit   17

JUnit Test Infected: Programmers Love Writing Tests
The original article on Test Driven Development by Kent Beck and Erich Gamma. A great primer on TDD and an intro to how to use JUnit.
edosqa  article  testing  unit 
march 2006 by sfermigier
Jakarta Cactus
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-conta
edosqa  software  java  testing  unit 
march 2006 by sfermigier
Hansel
Hansel is an extension to JUnit that adds code coverage testing to the testing framework. Much of the source code is taken from Gretel a "Residual Test Coverage Monitoring"-Tool developed at the University of Oregon.
edosqa  testing  software  java  unit  coverage 
march 2006 by sfermigier
py.test
A "more python" unit testing framework for Python
edosqa  testing  unit  python  software 
march 2006 by sfermigier
Python-Mock
The idea behind the Python Mock class is simple. It can mimic any other Python class, and then be examined to see what methods have been called and what the parameters to the call were. The constructor for the Mock class takes an optional dictionary speci
edosqa  software  testing  python  mock  unit 
march 2006 by sfermigier
Mock Roles, not Objects - OOPSLA 2004
Mock Objects is an extension to Test-Driven Development that
supports good Object-Oriented design by guiding the discovery of
a coherent system of types within a code base. It turns out to be
less interesting as a technique for isolating tests from thi
edosqa  article  testing  mock  unit  filetype:pdf  media:document 
march 2006 by sfermigier
pMock
pMock is a Python module for testing Python code using mock objects.
edosqa  software  python  testing  unit  mock 
march 2006 by sfermigier
QUnitTest
QUnitTest is an easy-to-use GUI framework and application for use with the Python unit testing framework. It can be used to conveniently execute unit tests and suites, and then display the results in a useful fashion.
edosqa  software  python  testing  unit 
march 2006 by sfermigier
JUnit, Testing Resources for Extreme Programming
Welcome to JUnit.org. This site is dedicated to software developers using JUnit or one of the other XUnit testing frameworks. We'll be adding more content and web-based services over time. Initially we'll be providing links to give you a one-stop destinat
edosqa  software  java  testing  unit 
march 2006 by sfermigier

Copy this bookmark:



description:


tags: