MCPcopy Create free account
hub / github.com/Samsung/UTopia / TEST_F

Function TEST_F

tests/generation/TestFuzzInput.cpp:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94std::unique_ptr<GenTestHelper> FuzzInputGenerationTest::GenHelper = nullptr;
95
96TEST_F(FuzzInputGenerationTest, primitiveP) {
97
98 auto Def = getDef(294);
99 ASSERT_TRUE(Def);
100
101 auto *F = getFuzzer("utc_int");
102 ASSERT_TRUE(F);
103 ASSERT_TRUE(F->isFuzzableInput(Def->ID));
104}
105
106TEST_F(FuzzInputGenerationTest, filepathP) {
107

Callers

nothing calls this directly

Calls 1

isFuzzableInputMethod · 0.80

Tested by

no test coverage detected