» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with unittest + Library

EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development. EasyMock is open source software available under the terms of the MIT license.

opensource: del.icio.us tag/opensource

OCaml Software

ocaml wrapper for the Expat XML parsing library,the libevent API,and a unit test framework for OCaml.

XML: del.icio.us/tag/xml

nose: a discovery-based unittest extension

"nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic."

opensource: del.icio.us tag/opensource