Trampoline Systems

* Trampoline Description Here

Trampoline Systems

* Trampoline Description Here


Content

Machines

Ideas, thoughts and observations from Trampoline's technical brains

mccraig

TestNG : open source in action

By craig mcmillan on January 23rd, 2007

i came across a problem with our java unit testing package, TestNG : our IHookable implementation, which sets up transaction contexts for test methods, wasn’t being given details of Exceptions which occurred during the running of the test methods

downloading the source for TestNG, it turned out to be an easy fix, a one-liner. i submitted a patch to cedric, and a couple of hours later it was accepted and checked in

if only all open source experiences were so smooth

Leave a comment