27 #ifndef TEST_TRACING_NODE_H 28 #define TEST_TRACING_NODE_H 30 #include "spore_test_base.h" 43 virtual double get_trace(nest::delay time_step, TracingNode::trace_id
id)
45 return double(time_step +
id);
48 virtual size_t get_num_traces()
const Test class for TracingNode.
Definition: test_tracing_node.h:38
virtual void check(nest::delay time_step, TracingNode *node)
Definition: test_tracing_node.cpp:45
TestTracingNode()
Definition: test_tracing_node.cpp:37
Base class to all nodes that record traces.
Definition: tracing_node.h:52
Base class to all tests.
Definition: spore_test_base.h:43
Global namespace holding all classes of the SPORE NEST module.
Definition: circular_buffer.h:31