-
I would like to say thanks the great project. The database structures are beautiful.
I have one issue when I try to implement. How to made customize query from timeline if I use ODM?
I know QueryBuil…
-
Would it be possible to add CHECK/REQUIRE macros that we can pass file, line and possibly custom expression description as parameters?
# define CHECK_DFL( expr, exprDesc, file, line ) INTERNAL_CATCH_…
mKlus updated
12 years ago
-
Cloned the repo, switched to stable branch and trying to build vs. Clang+LLVM 3.0 binary download
Pointed llvm-config to the one in the download.
Get link errors:
`/home/ebenders_test/clang+llvm-3.0…
-
You are supposed to scan a folder, not a file.
If you do, you get this:
```
2012-01-19 16:17:51,315 Thread-14 INFO results.ResultBuilder - Process results
Exception in thread "Thread-14" java.lang.Nu…
-
Example:
# define CATCH_CONFIG_MAIN
# include "catch.hpp"
TEST_CASE("bad if statement", "")
{
size_t x = 0;
```
if( x )
REQUIRE(x > 0);
else
REQUIRE(x == 0);
```
}
You need to do somet…
-
To capture that what() message:
```
catch( std::exception& ex ) \
{ \
INTERNAL_CATCH_ACCEPT_EXPR( ( Catch::ResultBuilder( __FILE__, __LINE__, macroName, #expr )
-
I'm having a rather strange problem with REQUIRE:
```
[Running: waitSet/waitAny]
testWaitSet.cpp(184): waitSet.waitAny(0, waitHandle) == WaitSuccess failed for: 0 == 0
[Finished: waitSet/waitAny 2 te…