isnt the job of the software engineer to write test-cases to prove their software works?
Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 24 May 2011 10:28:13 +0100 > Subject: Anyone want to help? > From: stephen.alan.conno...@gmail.com > To: dev@maven.apache.org > > I'm working on providing a compatibility layer for plexus-utils that > uses the commons-* stuff to provide the implementation. > > If anyone is interested in helping please shout out. > > Most of the work is actually writing the crazy test cases, everything > else should be simple shims through to existing commons functionality. > > You can join in here if you are an Apache Committer (sandbox is open > to all Apache Committers) > https://svn.apache.org/repos/asf/maven/sandbox/trunk/plexus-utils-commons-bridge > > Pick a plexus-utils class, and start creating tests... better still > write the tests black box (that's what I am doing!) > > Then when you have some tests written in the TCK module, create the > implementation class with all the methods: > > { throw new UnsupportedOperationException("Not implemented yet!"); } > > and then you can knock off implementations and see your test pass rate > rise in the bridge module. > > I'm tackling IOUtil first and then PropertyUtils. > > To stake your claim, commit the test case class first and then unless > you tell us otherwise you are working on that class! > > -Stephen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org >