Sha256: be8e7e63f5065eb75a157b03b7b195967f70b814bd88c274b146d13ac3d99b5b
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
#ifndef BANDIT_BANDIT_H #define BANDIT_BANDIT_H #ifdef _MSC_VER #if (_MSC_VER < 1900) // Visual Studio versions before 2015 do not support the noexcept keyword #define _ALLOW_KEYWORD_MACROS #define noexcept #endif #endif #include <cassert> #include <functional> #include <iostream> #include <list> #include <deque> #include <stdexcept> #define BANDIT_VERSION "2.0.0" namespace bandit { namespace detail { typedef std::function<void ()> voidfunc_t; }} #include <bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h> using namespace snowhouse; #include <bandit/assertion_frameworks/matchers/matchers.h> #include <bandit/external/optionparser.h> #include <bandit/options.h> #include <bandit/test_run_error.h> #include <bandit/registration/registration.h> #include <bandit/assertion_exception.h> #include <bandit/failure_formatters/failure_formatters.h> #include <bandit/adapters/adapters.h> #include <bandit/listener.h> #include <bandit/reporters/reporters.h> #include <bandit/context.h> #include <bandit/run_policies/run_policies.h> #include <bandit/grammar.h> #include <bandit/runner.h> #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tree-sitter-0.1.0 | ext/tree-sitter/tree-sitter/externals/bandit/bandit/bandit.h |
tree-sitter-0.0.1 | ext/tree-sitter/tree-sitter/externals/bandit/bandit/bandit.h |