MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / Bool

Function Bool

src/gtest/gtest.h:16400–16402  ·  view source on GitHub ↗

Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {false, true}. It is useful when testing code that depends on Boolean flags. Combinations of multiple flags can be tested when several Bool()'s are combined using Combine() function. In the following example all tests in the test case FlagDependentTe

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ValuesFunction · 0.85

Tested by

no test coverage detected