![]() |
User Guide
|
represent nmodl test construct More...
represent nmodl test construct
Definition at line 18 of file nmodl_constructs.hpp.
#include <nmodl_constructs.hpp>
Public Member Functions | |
NmodlTestCase ()=delete | |
NmodlTestCase (std::string name, std::string input) | |
NmodlTestCase (std::string name, std::string input, std::string output) | |
Public Attributes | |
std::string | name |
name of the test More... | |
std::string | input |
input nmodl construct More... | |
std::string | output |
expected nmodl output More... | |
|
delete |
|
inline |
Definition at line 32 of file nmodl_constructs.hpp.
|
inline |
Definition at line 37 of file nmodl_constructs.hpp.
std::string nmodl::test_utils::NmodlTestCase::input |
input nmodl construct
Definition at line 23 of file nmodl_constructs.hpp.
std::string nmodl::test_utils::NmodlTestCase::name |
name of the test
Definition at line 20 of file nmodl_constructs.hpp.
std::string nmodl::test_utils::NmodlTestCase::output |
expected nmodl output
Definition at line 26 of file nmodl_constructs.hpp.