in reply to Is there a Java testing framework that output's TAP?
I'm wondering if there are any Java testing tools already in existence that output their results in TAP format so that thier testing output can be incorportated into our Test::Builder-based testing framework.
Not that I'm aware of. Shouldn't be to hard to subclass org.junit.runner.Runner, or iterate over a org.junit.runner.Result though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is there a Java testing framework that output's TAP?
by jordanh (Chaplain) on Nov 22, 2006 at 15:30 UTC | |
by geekphilosopher (Friar) on Nov 22, 2006 at 18:10 UTC | |
|
Re^2: Is there a Java testing framework that output's TAP?
by DrWhy (Chaplain) on Nov 22, 2006 at 23:31 UTC |