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

Method createFuzzer

tests/generation/TestUTModify.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 "#endif // AUTOFUZZ_H\n";
49
50 std::shared_ptr<Fuzzer> createFuzzer(const GenLoader &Loader) {
51 const auto &Unittests = Loader.getInputReport().getUnittests();
52 if (Unittests.size() != 1)
53 return nullptr;
54 return Fuzzer::create(Unittests[0], Loader.getInputReport());
55 }
56
57 bool checkNew(std::map<std::string, std::string> Expect,
58 const std::map<std::string, std::string> &Result) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected