Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP junit test output redirection
TPTP junit test output redirection [message #83820] Tue, 19 September 2006 13:31 Go to next message
Eclipse UserFriend
Originally posted by: magguilea_21.yahoo.com

Hi,

i'm i newbie to TPTP and i've been trying to find a way to redirect the
System.out.println()output in test case from the test log to the eclipse
console, is that possible? how

thanks
Re: TPTP junit test output redirection [message #84046 is a reply to message #83820] Mon, 25 September 2006 11:17 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Lea,
The short answer is no. When the TPPTP test is executed, the
Integrated/Agent Controller creates another Java process to execute the
test. The standard out/error streams are captured and saved in the test
execution log as message events. Unfortunately, the test harness does not
process these message events to route the standard out/error messages to the
Eclipse console. I would recommend you open a TPTP feature to provide this
functionality in an upcoming release.

Paul
"lea" <magguilea_21@yahoo.com> wrote in message
news:d4b88e6bc2b03ef195f44fced278fcd6$1@www.eclipse.org...
>
> Hi,
> i'm i newbie to TPTP and i've been trying to find a way to redirect the
> System.out.println()output in test case from the test log to the eclipse
> console, is that possible? how
>
> thanks
>
Previous Topic:Exception generated on OS X
Next Topic:How to wrap existing runnables with agents to create a heirarchical setup
Goto Forum:
  


Current Time: Wed Apr 24 15:16:11 GMT 2024

Powered by FUDForum. Page generated in 0.03177 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top