Sandro Predrazzini

 

 

Title:  A CLOS Implementation of the JUnit Testing Framework Architecture

 

 

Abstract: There are different reasons why you would like to reimplement a tool or a

framework using another language, trying to keep the same (maybe improved) functionality and the same design. I did it for the JUnit testing framework, reimplemented in and for CLOS. In this article I will explain why, I will show how the tool has been integrated into the incremental and interactive Lisp way of developing and I will try to show a comparison between the two implementations.