MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / do_teardown

Method do_teardown

tests/validate_examples/RunExample.cpp:93–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92 }
93 void do_teardown() override
94 {
95 if (_is_setup)
96 {
97 if (validate)
98 {
99 g_example->do_validate();
100 }
101 g_example->do_teardown();
102 }
103 g_example = nullptr;
104 }
105
106private:
107 bool _is_setup{false};

Callers 1

run_testMethod · 0.45

Calls 1

do_validateMethod · 0.45

Tested by

no test coverage detected