MCPcopy Create free account
hub / github.com/devosoft/avida / TestOutput

Method TestOutput

avida-core/source/main/cTaskLib.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 void SetupTests(cTaskContext& ctx) const;
70 inline double TestOutput(cTaskContext& ctx) const { return (this->*(ctx.GetTaskEntry()->GetTestFun()))(ctx); }
71
72 bool UseNeighborInput() const { return use_neighbor_input; }
73 bool UseNeighborOutput() const { return use_neighbor_output; }

Callers

nothing calls this directly

Calls 2

GetTestFunMethod · 0.80
GetTaskEntryMethod · 0.80

Tested by

no test coverage detected