MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / TEST

Function TEST

tests/cpp/objectives/pp_obj/pp_obj_test.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "fields2cover/objectives/pp_obj/pp_objective.h"
10
11TEST(fields2cover_obj_pp_obj, isMinimizing) {
12 f2c::obj::PPObjective obj;
13 EXPECT_TRUE(obj.isMinimizing());
14 EXPECT_FALSE(obj.isMaximizing());
15}
16

Callers

nothing calls this directly

Calls 2

isMaximizingMethod · 0.80
isMinimizingMethod · 0.45

Tested by

no test coverage detected