Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
thread-wrapper-join-test.cpp File Reference

unit test ThreadWrapperJoin_test More...

Go to the source code of this file.

Description

unit test ThreadWrapperJoin_test

Definition in file thread-wrapper-join-test.cpp.

#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/thread.hpp"
#include "lib/error.hpp"
#include <chrono>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::test
 Unit tests for the Lumiera support library.
 
namespace  lib::test::anonymous_namespace{thread-wrapper-join-test.cpp}
 

Macros

#define Type(_EXPR_)   lib::test::showType<decltype(_EXPR_)>()
 

Classes

class  ThreadWrapperJoin_test
 

Functions

 LUMIERA_ERROR_DEFINE (SPECIAL, "007 exception")
 
 LAUNCHER (ThreadWrapperJoin_test, "function common")
 Register this test class...
 

Variables

const int DESTRUCTION_CODE = -23
 

Macro Definition Documentation

◆ Type

#define Type (   _EXPR_)    lib::test::showType<decltype(_EXPR_)>()

Definition at line 41 of file thread-wrapper-join-test.cpp.