#include <catch2/generators/catch_generators_range.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>
#include <catch2/catch_test_macros.hpp>
#include "classreg.h"
#include "code.h"
#include "hocdec.h"
#include "ocfunc.h"
#include <sstream>
Go to the source code of this file.
◆ hoc_oc_require_error()
std::string hoc_oc_require_error |
( |
const char * |
buf | ) |
|
◆ istmpobj()
◆ SCENARIO() [1/2]
SCENARIO |
( |
"Test calling code from HOC that throws exceptions" |
, |
|
|
"" |
[NEURON][hoc_interpreter] |
|
) |
| |
◆ SCENARIO() [2/2]
SCENARIO |
( |
"Test for issue #1995" |
, |
|
|
"" |
[NEURON][hoc_interpreter][issue-1995] |
|
) |
| |
◆ TEST_CASE() [1/2]
TEST_CASE |
( |
"Test hoc interpreter" |
, |
|
|
"" |
[NEURON][hoc_interpreter] |
|
) |
| |
◆ TEST_CASE() [2/2]
◆ check_tempobj_canary
constexpr static auto check_tempobj_canary = 0xDEADBEEF |
|
staticconstexpr |
◆ hoc_intfunc
VoidFunc hoc_intfunc[] = {{"istmpobj", istmpobj}, {0, 0}} |
|
static |