-
Notifications
You must be signed in to change notification settings - Fork 25
Description
@ned14 This is more of a question than an issue, per se.
I'm curious about the repo. As stated in other forums, I'm looking for a more or less robust test API without necessarily requiring the heavy lift of something like Boost. That is where I need to clone a massive repository with direct, secondary, or tertiary dependencies.
Overall, this repo is alpha quality at best? Worst? Beta, nearing at least an early v0.9 release?
As mentioned earlier, this is a header only test API? Reading the front page I saw a lot of bravo sierra and fluff, but not a lot of substance that I could discern. Is this repo intended to replace Boost at all levels? Only for Boost.Test? As header only?
I took a look at the docs as well. It cross references the things in this repo fairly well, but I could not tell if there were any tutorials or anything, per se. Apart from the Boost docs themselves for guidance, I suppose.
On to my specific requirements. I've been using Catch for most test requirements, but I find I need a little better discernment around my Exception handling. Whether thrown is interesting in some cases, but I have a case where I want to predicate those Exceptions, like we're looking for a specific condition.
Additionally, we are doing scalability testing and therefore need the API to be thread safe. This was also mentioned, but I wanted to double check that.
Cheers!