Sha256: f4ce5557677d2040f31009ffc1e15218031ba9d015aaca8a39d3db3cccdab51d
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
#ifndef BANDIT_FAILURE_FORMATTER_H #define BANDIT_FAILURE_FORMATTER_H namespace bandit { namespace detail { struct failure_formatter { virtual std::string format(const assertion_exception&) const = 0; }; typedef std::unique_ptr<failure_formatter> failure_formatter_ptr; }} #endif
Version data entries
2 entries across 2 versions & 1 rubygems