MCPcopy Create free account
hub / github.com/Haivision/srt / SetUp

Function SetUp

test/test_cryspr.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void SetUp() override {
41#else
42 void SetUp() {
43#endif
44 cryspr_m = cryspr4SRT();
45 cryspr_fbm = crysprInit(&cryspr_fb);
46
47 ASSERT_NE(cryspr_m, nullPtr);
48 ASSERT_NE(cryspr_fbm, nullPtr);
49 ASSERT_EQ(cryspr_fbm, &cryspr_fb);
50 }
51
52#if defined(__GNUC__) && (__GNUC___ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7))
53 void TearDown() override {

Callers

nothing calls this directly

Calls 2

crysprInitFunction · 0.85
openMethod · 0.45

Tested by

no test coverage detected