MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / TestProcessOptimize

Function TestProcessOptimize

UnitTests/sources/OptionsTest.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void TestProcessOptimize(const string& name, const string& value) {
167 CHECK(name == "optimize");
168 if (++_I < 3)
169 CHECK(value.empty())
170 else if (_I == 3)
171 CHECK(value == "1")
172 else
173 CHECK(value == "2")
174}
175
176ADD_TEST(OptionsTest, TestProcess) {
177 //_Options.clear();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected