Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
item-wrapper-test.cpp File Reference

unit test ItemWrapper_test More...

Go to the source code of this file.

Description

unit test ItemWrapper_test

Definition in file item-wrapper-test.cpp.

#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/format-cout.hpp"
#include "lib/random.hpp"
#include "lib/util.hpp"
#include "lib/item-wrapper.hpp"
#include "lib/wrapper-function-result.hpp"
#include <functional>
#include <iostream>
#include <memory>
#include <string>
#include <vector>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::wrapper
 
namespace  lib::wrapper::test
 
namespace  lib::wrapper::test::anonymous_namespace{item-wrapper-test.cpp}
 

Classes

struct  Tracker
 
class  ItemWrapper_test
 

Functions

bool operator== (Tracker const &t1, Tracker const &t2)
 
bool operator!= (Tracker const &t1, Tracker const &t2)
 
int & pickElement (vector< int > &vec, size_t idx)
 to be bound as test function....
 
function< int &(size_t)> pickElement_ofVector (vector< int > &vec)
 
 LAUNCHER (ItemWrapper_test, "unit common")
 

Variables

long cntTracker = 0