There are some frameworks and libraries available for doing unit tests in Common Lisp. You’ll find a list for example in Wikipedia. I have decided to have a look at lisp-unit from Chris Riesbeck, Associate Professor in the Department of Electrical Engineering and Computer […]
Tag: xunit
Unit testing in Java and C#
Unit testing has become a cornerstone of modern software development. Some of the most popular frameworks for unit testing are collectively known as xUnit. Originally developed for Smalltalk, there are now xUnit frameworks available for many programming languages. The current version 4 of the […]