Class template TestRunner

template<template<class> class Test>
class TestRunner<Test>

No documentation provided.

Struct TestRunner::Visitor

struct TestRunner::Visitor

No documentation provided.

Function template TestRunner::Visitor::visit

template<class T>
void TestRunner::Visitor::visit(const T&)

No documentation provided.

Function template TestRunner::run

template<template<class> class Test>
template<class Tuple>
static void TestRunner<Test>::run()

No documentation provided.