Sha256: 075a3455ad3f49b271c9a925be19c7d93d27e023a9be686e320cda3b85c9cab5
Contents?: true
Size: 567 Bytes
Versions: 16
Compression:
Stored size: 567 Bytes
Contents
#pragma once #include <facter/facts/collection.hpp> #include <vector> #include <string> namespace facter { namespace testing { class collection_fixture : public facter::facts::collection { public: collection_fixture(std::set<std::string> const& blocklist = std::set<std::string>(), std::unordered_map<std::string, int64_t> const& ttls = std::unordered_map<std::string, int64_t>{}); protected: virtual std::vector<std::string> get_external_fact_directories() const override; }; }} // namespace facter::testing
Version data entries
16 entries across 16 versions & 2 rubygems