Verbose output

65 views
Skip to first unread message

Marc-Andre Laperle

unread,
Apr 18, 2012, 1:14:49 PM4/18/12
to Igloo-testing
Hi,

I've tried Igloo for the first time today and it works well! Now I'd
like to integrate it to Eclipse using the new support for C/C++ Unit
testing that was recently added, see:
http://wiki.eclipse.org/CDT/User/NewIn81#C.2FC.2B.2B_Unit_Testing_Support

From what I've tested with Igloo, it doesn't report the name of the
tests (Context/Specs?) as it's running. While it would probably be
possible to add listeners or patch Igloo locally to achieve something
like that, I think it would be beneficial to have this verbose output
directly in Igloo so that users don't have to "patch" it themselves
and it would also enforce a standard. Thoughts?

Marc-Andre

Joakim Karlsson

unread,
Apr 18, 2012, 4:17:23 PM4/18/12
to igloo-...@googlegroups.com
We have a very basic interface for outputting progress today. I guess
we could add more info, such as context name and spec name to the
interface of ProgressOutput. We could then create a
VerboseProgressOutput and make it possible to choose output somehow.

Is there a specific format needed for the output in order to make
eclipse understand it?

/Joakim

Przemysław Kozieł

unread,
Jan 9, 2014, 12:14:49 PM1/9/14
to igloo-...@googlegroups.com
Hi.

I would be interested in similar behavior in a console output. 

Something like 

old_action::new_action::do_something_else

for

When(old_action)
{
Then(do_something)
{
}

When(new_action)
{
Then(do_something_else)
{
}
};
};

Is it possible to do it?

BR

Joakim Karlsson

unread,
Jan 10, 2014, 7:33:57 AM1/10/14
to igloo-...@googlegroups.com
I'll look into this some more.

Would it be possible for you to add this as an issue on github?

Thanks,
Joakim
--
You received this message because you are subscribed to the Google Groups "Igloo-testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to igloo-testin...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Przemysław Kozieł

unread,
Jan 11, 2014, 5:06:01 AM1/11/14
to igloo-...@googlegroups.com
Hi,

Issue added. Thanks.

BR



Reply all
Reply to author
Forward
0 new messages