|
OTest2
A C++ testing framework
|
#include "runcode.h"#include <exception>#include <sstream>#include <string>#include <context.h>#include <exccatcher.h>#include <internalerror.h>#include <semanticstack.h>
Go to the source code of this file.
Namespaces | |
| OTest2 | |
Functions | |
| bool | OTest2::runUserCode (const Context &context_, std::function< void(const Context &)> ftor_) noexcept |
1.8.17