|
Dynalib Utils
|
#include "catch.hpp"#include "../Utilities/Synchronize.h"#include "../Utilities/Exception.h"#include <type_traits>#include <iostream>#include <thread>
Classes | |
| class | Test |
Macros | |
| #define | end_finally ); |
Functions | |
| void | t1 (Test &test, int &counter) |
| void | t2 (Test &test, int &counter) |
| void | t3 (Test &test, int &counter) |
| void | testFinally () |
| SCENARIO ("Synchronization behaviour is correct") | |
| SCENARIO ("Finally block behaviour is correct") | |
Variables | |
| bool | executedFinally = false |
| #define end_finally ); |
| SCENARIO | ( | "Synchronization behaviour is correct" | ) |
| SCENARIO | ( | "Finally block behaviour is correct" | ) |
| void t1 | ( | Test & | test, |
| int & | counter | ||
| ) |
| void t2 | ( | Test & | test, |
| int & | counter | ||
| ) |
| void t3 | ( | Test & | test, |
| int & | counter | ||
| ) |
| void testFinally | ( | ) |
| bool executedFinally = false |
1.8.13