Home | History | Annotate | Download | only in engine

Lines Matching defs:metadata

29 /// \file engine/metadata.hpp
30 /// Representation of the metadata of a test program or test case.
70 /// Collection of metadata properties of a test.
71 class metadata {
80 metadata(const utils::config::tree&);
81 ~metadata(void);
97 bool operator==(const metadata&) const;
98 bool operator!=(const metadata&) const;
102 std::ostream& operator<<(std::ostream&, const metadata&);
105 /// Builder for a metadata object.
114 explicit metadata_builder(const engine::metadata&);
137 metadata build(void) const;
141 std::string check_reqs(const engine::metadata&, const utils::config::tree&,