MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / TEST

Function TEST

test/function_test.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <stdlib.h>
6
7TEST(FunctionTests, FunctionSanityCheck) {
8 Function f;
9 f.initialize(16, 1.0);
10 f.destroy();
11}
12
13TEST(FunctionTests, FunctionTriangleFilterTest) {
14 Function f;

Callers

nothing calls this directly

Calls 7

sampleTriangleMethod · 0.80
closestSampleMethod · 0.80
isOrderedMethod · 0.80
sampleGaussianMethod · 0.80
initializeMethod · 0.45
destroyMethod · 0.45
addSampleMethod · 0.45

Tested by

no test coverage detected