You cannot post messages because only members can post, and you are not currently a member.
Description:
This group contains discussions about Igloo, the unit testing framework for C++.
|
|
|
Memory Leaks in Igloo?
|
| |
Has anyone else noticed that there are a ton of memory leaks generated
by Igloo?
I was trying to add memory leak testing for our tests "Specs" so we
could see not only did the tests pass but they also exited clean with
regards to memory, but Igloo is leaking all over the place. Does
anyone have a fix for this?... more »
|
|
Verbose output
|
| |
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:
[link]
From what I've tested with Igloo, it doesn't report the name of the... more »
|
|
Igloo 0.8 Released
|
| |
Hi,
I just released a new version of Igloo. I haven't announced on the
mailing list for a while, so here's a round-up of features in the last
releases:
- Added support for Visual Studio formatted output.
- Added support for custom matchers via Assert::That(42,
Fulfills(IsEvenNumber()));
- Added support for context wide set up and tear down.... more »
|
|
Runner exception handling patch
|
| |
Hello, I'm using Igloo for a side project, and it occurred to me that there's no exception handler for the spec execution, so the entire runner terminates if a spec throws an unexpected exception. Have we decided explicitly that we like that behavior (for ease of debugging, for example)? I noticed it really bugged me in my current context, so I hacked up a... more »
|
|
Getting access to Context objects at runtime.
|
| |
I've been playing around with Igloo for a while now and I really like it. Thanks for all the hard work! I have a request, though. I would like to be able to get access to the Context objects that are run through the test runner. I'm playing around with some ideas for literate programming and I've written my tests to be XP style stories. I have one Context... more »
|
|
Global hooks that run before / after every test?
|
| |
Just discovered the library and I am very pleased with it. I was
looking for some functionality like cppunit has where you can add
custom TestListeners to the test runner and do stuff before and after
every single test. I am looking for some direction on where I can
shoehorn that into this framework.... more »
|
|
Website down?
|
| |
Hi,
I am very impressed with the igloo framework and would like to know if
there is any more docs/info available on the net. The [link]
website mentioned on the github page seems to be down - has it moved
somewhere else?
Thanks,
Mike
|
|
Vanity Macros
|
| |
Hello all,
I just wanted to thank you for the tool.
I discovered it by the screencast at [link] via
reddit.com.
I liked the macros you used there so much I came up with some of my
own.
...IGLOO_CONTEXT_REGISTRATION( contextName)
...IGLOO_SUBCONTEXT_REGISTRATI ON(contextName, baseContextName)... more »
|
|
Sorry about the spam
|
| |
As you've seen we've started to receive a few spam messages lately.
I've turned on moderation for all new members so we can hopefully
avoid this in the future.
Sorry for the inconvenience.
Regards,
Joakim
|
|
|