MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / IsInTest

Method IsInTest

test/librawspeed/common/CommonTest.cpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205class IsInTest : public ::testing::TestWithParam<IsInType> {
206protected:
207 IsInTest() = default;
208 virtual void SetUp() {
209 in = std::get<0>(GetParam());
210 expected = std::get<1>(GetParam());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected