Archive for category Testing
Testing Java with Jython and PyUnit
Posted by André Burgaud in Testing on November 25, 2007
JUnit, the unit test framework written by Erich Gamma and Kent Beck, is not the only alternative for unit testing in the Java environment. This article provides a simple demonstration on how to use Jython, PyUnit and Ant to unit test a Java project. To provide better elements of comparison, the example provided is the same as the one available in the JUnit distribution: MoneyTest. Read the rest of this entry »
Tester Java avec Jython et PyUnit
Posted by André Burgaud in Testing on November 18, 2007
Réaliser les tests unitaires d’applications Java en combinant l’utilisation de Jython, PyUnit et Apache Ant peut être une viable alternative à l’usage exclusif de JUnit. Read the rest of this entry »
Recent Comments