Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_generators.cpp
Go to the documentation of this file.
1/*
2 * Created by Phil Nash on 15/6/2018.
3 *
4 * Distributed under the Boost Software License, Version 1.0. (See accompanying
5 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 */
7
11
12#include <limits>
13#include <set>
14
15namespace Catch {
16
18
19const char* GeneratorException::what() const noexcept {
20 return m_msg;
21}
22
23namespace Generators {
24
26
28 return getResultCapture().acquireGeneratorTracker( lineInfo );
29 }
30
31} // namespace Generators
32} // namespace Catch
const char * what() const noexcept override final
auto acquireGeneratorTracker(SourceLineInfo const &lineInfo) -> IGeneratorTracker &
IResultCapture & getResultCapture()
virtual auto acquireGeneratorTracker(SourceLineInfo const &lineInfo) -> IGeneratorTracker &=0