Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[amp-dev] Antwort: Development testing

I understand that you create a new test-plugin for each plugin you write a test case for. Is this correct?

Usually, at our institute we use an Eclipse plugin called "moreUnit" (http://moreunit.sourceforge.net/) to create and manage tests. Do you know this tool? And what is your opinion about using it?

MoreUnit creates JUnit test cases in a separate source folder. But it generates exactly the same package structure. This has the advantage of test cases having access to package visibility members and methods. This allows better encapsulation and makes testing easier.


________________________________________________________________

Jonas Rüttimann
Wissenschaftlicher Mitarbeiter

Fon +41 71 226 12 29
Fax +41 71 226 12 13
Web http://www.fhsg.ch

FHS St.Gallen, Hochschule für Angewandte Wissenschaften
IMS-FHS | Poststrasse 28 | Postfach 1664 | 9001 St.Gallen | Switzerland


Mitglied der FHO Fachhochschule Ostschweiz

Back to the top